diff --git a/core/playwright.config.ts b/core/playwright.config.ts index 52bae64692..341404d88b 100644 --- a/core/playwright.config.ts +++ b/core/playwright.config.ts @@ -111,7 +111,8 @@ const config: PlaywrightTestConfig = { projects: generateProjects(), webServer: { command: 'serve -p 3333', - port: 3333 + port: 3333, + reuseExistingServer: !process.env.CI } };