Automattic / isolated-block-editor

Repackages Gutenberg's editor playground as a full-featured multi-instance editor that does not require WordPress.
343 stars 50 forks source link

Use worker threads locally for playwright tests #142

Closed naxoc closed 1 year ago

naxoc commented 2 years ago

This adds parallel to a test and sets the number of workers to 2. We'd love it to be 3, but it seems to be flaky with that.

This works on my machine but since this solves a problem with timeouts it might not be the right way to go about it. Let's see how it works for others.