Skip to content

Commit 0c06731

Browse files
committed
Playwright workers
1 parent ba20e6e commit 0c06731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refactor/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const config: PlaywrightTestConfig = {
2727
/* Retry on CI only */
2828
retries: process.env.CI ? 2 : 0,
2929
/* Opt out of parallel tests on CI. */
30-
workers: process.env.CI ? 1 : undefined,
30+
workers: process.env.CI ? 1 : 3,
3131
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
3232
reporter: "html",
3333
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */

0 commit comments

Comments
 (0)