Skip to content

Commit 0a3bcf7

Browse files
committed
Updated playwright.config.ts
1 parent 5dd04f6 commit 0a3bcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig({
2222
timeout: 30000
2323
},
2424
/* Run tests in files in parallel */
25-
fullyParallel: false,
25+
fullyParallel: true,
2626
/* Fail the build on CI if you accidentally left test.only in the source code. */
2727
forbidOnly: !!process.env.CI,
2828
/* Retry on CI only */

0 commit comments

Comments
 (0)