From 57fc2c7297a3400697ead4c32c513c77aac197d4 Mon Sep 17 00:00:00 2001 From: diecodev Date: Wed, 8 May 2024 01:21:48 -0500 Subject: [PATCH] test: remove port on config --- playwright.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 10e9406..b574649 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -42,7 +42,6 @@ const config: PlaywrightTestConfig = { webServer: { command: "npm run dev", cwd: "./test", - port: 5173, url: "http://localhost:5173", reuseExistingServer: !process.env.CI, },