We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482212d commit f653840Copy full SHA for f653840
playwright.config.ts
@@ -10,7 +10,7 @@ const config: PlaywrightTestConfig = {
10
globalSetup: require.resolve('./e2e/global.setup.ts'),
11
globalTeardown: require.resolve('./e2e/global.teardown.ts'),
12
forbidOnly: !!process.env.CI,
13
- workers: process.env.CI ? 2 : 4,
+ workers: process.env.CI ? 4 : 4,
14
retries: 2,
15
use: {
16
baseURL: `http://localhost:${port}`,
0 commit comments