diff --git a/playwright.config.ts b/playwright.config.ts index ebc547013d..258479fbe1 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -10,8 +10,8 @@ export default defineConfig({ testDir: "./playwright", fullyParallel: true, forbidOnly: !!process.env.CI, - retries: process.env.CI ? 2 : 0, - workers: process.env.CI ? 3 : undefined, + retries: 2, + workers: 3, reporter: "html", outputDir: "playwright/results/",