Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Revert "Use multiple workers in Playwright CI to make use of multiple…
Browse files Browse the repository at this point in the history
… cores (…" (#12827)

This reverts commit 08ee1b8.
  • Loading branch information
MidhunSureshR authored Jul 25, 2024
1 parent c1420ba commit 25ab9e4
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 @@ -37,7 +37,7 @@ export default defineConfig({
},
testDir: "playwright/e2e",
outputDir: "playwright/test-results",
workers: process.env.CI ? "50%" : 1,
workers: 1,
retries: process.env.CI ? 2 : 0,
reporter: process.env.CI ? [["blob"], ["github"]] : [["html", { outputFolder: "playwright/html-report" }]],
snapshotDir: "playwright/snapshots",
Expand Down

0 comments on commit 25ab9e4

Please sign in to comment.