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 5dd04f6 commit 0a3bcf7Copy full SHA for 0a3bcf7
playwright.config.ts
@@ -22,7 +22,7 @@ export default defineConfig({
22
timeout: 30000
23
},
24
/* Run tests in files in parallel */
25
- fullyParallel: false,
+ fullyParallel: true,
26
/* Fail the build on CI if you accidentally left test.only in the source code. */
27
forbidOnly: !!process.env.CI,
28
/* Retry on CI only */
0 commit comments