diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index 8574f2f..5dc09f8 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -32,8 +32,9 @@ export default defineConfig({ webServer: { command: "npm run dev", - url: "http://localhost:3000", + url: "http://localhost:3000/api/auth/session", reuseExistingServer: true, timeout: 120 * 1000, + maxRetries: 3, }, });