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.
workers
1 parent 09118a2 commit afb5c40Copy full SHA for afb5c40
1 file changed
test/browser/playwright.config.ts
@@ -9,6 +9,7 @@ export default {
9
],
10
timeout: 10_000,
11
retries: process.env.CI ? 1 : undefined,
12
+ workers: process.env.CI ? 3 : undefined,
13
use: {
14
trace: 'on-first-retry',
15
launchOptions: {
0 commit comments