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, },