diff --git a/playwright.config.js b/playwright.config.js index 0bdad219..633fdbf9 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -8,6 +8,7 @@ export default defineConfig({ testDir: "./tests/e2e/specs", outputDir: "./tests/e2e/.results", fullyParallel: true, + workers: process.env.CI ? 4 : undefined, retries: 2, use: { baseURL: "http://localhost:8081",