From 69369af56372bf6dc202db3f32842d55a447b3be Mon Sep 17 00:00:00 2001 From: tzhangchi Date: Fri, 23 Dec 2022 16:03:52 +0800 Subject: [PATCH] chore: enable reuseExistingServer --- playwright.config.ts | 1 + 1 file changed, 1 insertion(+) 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, }, };