From 99735cccf1754ebaed8fc716493e7fd5972c7f44 Mon Sep 17 00:00:00 2001 From: davikstone Date: Mon, 29 Jan 2024 23:57:51 +0100 Subject: [PATCH] update config --- playwright.config.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 1dfce47..f9956ff 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -27,10 +27,5 @@ export default defineConfig({ }, ], timeout: 30000, - // Uncomment and adjust if you need to start a server as part of your tests - // webServer: { - // command: 'npm run start', - // url: 'http://localhost:12101', // Adjust to match your server - // reuseExistingServer: !process.env.CI, - // }, + });