diff --git a/playwright.config.ts b/playwright.config.ts index 1bc6a028..f627bec4 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -50,7 +50,8 @@ export default defineConfig({ /* Run your local dev server before starting the tests */ webServer: { command: "npm run build && npm run preview -- --host 0.0.0.0", - port: 4173, + url: 'https://localhost:4173', + // port: 4173, reuseExistingServer: !process.env.CI, stdout: "pipe", stderr: "pipe",