Skip to content

Commit

Permalink
Unleash full parallel e2e power
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Sep 2, 2022
1 parent 52289a5 commit bcb7861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const config: PlaywrightTestConfig = {
workers: os.cpus().length,
timeout: 60_000,
maxFailures: headless ? 10 : undefined,
fullyParallel: true,
reporter: [
[process.env.CI ? "github" : "list"],
["html", { outputFolder: "./test-results/reports/playwright-html-report", open: "never" }],
Expand Down

0 comments on commit bcb7861

Please sign in to comment.