From c71f355e23ce635af3478527a28fee63e3604610 Mon Sep 17 00:00:00 2001 From: Liah Kim Date: Fri, 17 Nov 2023 12:45:55 -0500 Subject: [PATCH] Implement playwright acceptance tests for vertical full page map --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 42ce0768d..2eb916ab1 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -45,6 +45,6 @@ export default defineConfig({ webServer: { command: 'npm run serve-test-site', url: 'http://127.0.0.1:5042', - reuseExistingServer: !process.env.CI, + reuseExistingServer: true, }, });