diff --git a/playwright.config.ts b/playwright.config.ts index c17f5b7..896016b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -22,6 +22,7 @@ export default defineConfig({ ], ], testDir: './e2e', + testIgnore: ['**/unit/**'], fullyParallel: false, workers: 4, retries: process.env.CI ? 2 : 0,