diff --git a/playwright.config.ts b/playwright.config.ts index 9c8ba59..792c3e3 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -22,8 +22,7 @@ export default defineConfig({ testDir: './tests', fullyParallel: true, forbidOnly: !!process.env.CI, - retries: process.env.CI ? 2 : 0, - workers: process.env.CI ? 1 : undefined, + workers: process.env.CI ? 2 : undefined, reporter: 'list', projects: [ { name: 'chrome' },