diff --git a/frontend/playwright.config.ts b/frontend/playwright.config.ts index f8aa6d54..2caa5e41 100644 --- a/frontend/playwright.config.ts +++ b/frontend/playwright.config.ts @@ -15,6 +15,13 @@ export default defineConfig({ screenshot: 'only-on-failure', }, + webServer: { + command: 'npm run dev', + url: 'http://localhost:3000', + reuseExistingServer: true, + timeout: 60000, + }, + projects: [ { name: 'chromium',