diff --git a/playwright.config.ts b/playwright.config.ts index fde83958..314eaab9 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -14,7 +14,7 @@ if (process.env.CURRENTS_PROJECT_ID && process.env.CURRENTS_RECORD_KEY) { export default defineConfig({ testDir: 'playwright', fullyParallel: true, - workers: 4, + workers: 2, forbidOnly: !!process.env.CI, retries: process.env.CI ? 1 : 0, reporter: reporters,