aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/playwright.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/playwright.config.ts')
-rw-r--r--frontend/playwright.config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts
index 0f11ce3..a44a03e 100644
--- a/frontend/playwright.config.ts
+++ b/frontend/playwright.config.ts
@@ -5,7 +5,7 @@ export default defineConfig({
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
- workers: process.env.CI ? 1 : undefined,
+ workers: 1, // Avoid VM crash
reporter: 'html',
use: {
baseURL: 'http://localhost:5173', // Vite dev server