From 2a815f1a6a55ad5e02d36e40b39481d2c769fef4 Mon Sep 17 00:00:00 2001 From: maybeast <78227110+maybeast@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:38:37 +0300 Subject: [PATCH] pls work --- playwright.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",