Skip to content

Commit

Permalink
Enable the parellel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack committed Aug 6, 2023
1 parent f7305a5 commit bf34d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: PlaywrightTestConfig = {
expect: {
timeout: 20 * 1000,
},
fullyParallel: false,
fullyParallel: true,
outputDir: "../test-results/results",
forbidOnly: !!process.env.CI,
retries: 0,
Expand Down

0 comments on commit bf34d81

Please sign in to comment.