diff --git a/playwright.config.ts b/playwright.config.ts index e96aa4ddc8..92046df82e 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -35,6 +35,7 @@ export default defineConfig({ testDir: "playwright/e2e", outputDir: "playwright/test-results", workers: 1, + retries: process.env.CI ? 2 : 0, reporter: process.env.CI ? "blob" : [["html", { outputFolder: "playwright/html-report" }]], projects: [ {