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'], [