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 0cdc858 commit 58fd983Copy full SHA for 58fd983
playwright.config.ts
@@ -19,7 +19,7 @@ export default defineConfig({
19
/* Retry on CI only */
20
retries: process.env.CI ? 2 : 0,
21
/* Opt out of parallel tests. */
22
- workers: 4,
+ workers: process.env.CI ? 2 : 4,
23
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
24
reporter: 'html',
25
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
0 commit comments