From ccef91ae5ce5d61b0110d17d0defec2a98fe8496 Mon Sep 17 00:00:00 2001 From: davikstone Date: Tue, 27 Feb 2024 11:15:02 +0100 Subject: [PATCH] update --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 002414b..942789a 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -31,6 +31,6 @@ export default defineConfig({ // webServer: { // command: 'npm run start', // url: 'http://localhost:12101', // Adjust to match your server - // reuseExistingServer: !process.env.C + // reuseExistingServer: !process.env.CI // }, });