We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba20e6e commit 0c06731Copy full SHA for 0c06731
refactor/playwright.config.ts
@@ -27,7 +27,7 @@ const config: PlaywrightTestConfig = {
27
/* Retry on CI only */
28
retries: process.env.CI ? 2 : 0,
29
/* Opt out of parallel tests on CI. */
30
- workers: process.env.CI ? 1 : undefined,
+ workers: process.env.CI ? 1 : 3,
31
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
32
reporter: "html",
33
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
0 commit comments