From 48e9ca3546175525eb853dd0bebc1f82336a45a8 Mon Sep 17 00:00:00 2001 From: Sid Vishnoi <8426945+sidvishnoi@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:48:55 +0530 Subject: [PATCH] perf(playwright.config): increase parallelism! --- playwright.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 87fb9b22..c1a76db1 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -9,10 +9,9 @@ if (!process.env.CI) { export default defineConfig({ testDir, outputDir: path.join(testDir, 'test-results'), - fullyParallel: false, + fullyParallel: true, forbidOnly: !!process.env.CI, retries: process.env.CI ? 2 : 0, - workers: process.env.CI ? 1 : undefined, reporter: [ ['list'], [