diff --git a/playwright.config.ts b/playwright.config.ts index 853afe8b80..65c98ed455 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -92,6 +92,7 @@ const config: PlaywrightTestConfig = { webServer: { command: 'npm run dev', port: 8080, + reuseExistingServer: true, }, };