diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index 4aaec48..4a17e91 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -3,7 +3,7 @@ import { defineConfig } from "@playwright/test"; export default defineConfig({ testDir: "./e2e", // Run tests sequentially to avoid database conflicts - workers: 12, + workers: 1, // Ensure tests within a file run in order fullyParallel: false, webServer: {