Skip to content
Snippets Groups Projects
Unverified Commit 25ab9e4e authored by R Midhun Suresh's avatar R Midhun Suresh Committed by GitHub
Browse files

Revert "Use multiple workers in Playwright CI to make use of multiple cores (…" (#12827)

This reverts commit 08ee1b8d.
parent c1420ba1
Branches
Tags
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment