diff --git a/playwright.config.ts b/playwright.config.ts index 605d489fbd..9a87a48e2a 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -21,6 +21,7 @@ export default defineConfig({ maxFailures: process.env.CI ? 10 : undefined, /* Fail the build on CI if you accidentally left test.only in the source code. */ forbidOnly: !!process.env.CI, + workers: process.env.CI ? 1 : undefined, retries: 2, reporter: "html", use: {