diff --git a/apps/web/playwright.config.ts b/apps/web/playwright.config.ts index 369f23d2b6..1b6807eb85 100644 --- a/apps/web/playwright.config.ts +++ b/apps/web/playwright.config.ts @@ -99,7 +99,7 @@ export default defineConfig<{}, WorkerOptions>({ }, testDir: "playwright/e2e", outputDir: "playwright/test-results", - workers: process.env.CI ? 2 : 1, + workers: 1, retries: process.env.CI ? 2 : 0, reporter: process.env.CI ? [["blob"], ["github"]] : [["html", { outputFolder: "playwright/html-report" }]], snapshotDir: "playwright/snapshots",