diff --git a/web-app/playwright.config.ts b/web-app/playwright.config.ts index b058fc4..1204801 100644 --- a/web-app/playwright.config.ts +++ b/web-app/playwright.config.ts @@ -3,10 +3,10 @@ import { type PlaywrightTestConfig, devices } from "@playwright/test"; const config: PlaywrightTestConfig = { webServer: { command: "npm run build && npm run preview", - url: "http://127.0.0.1:4173" + url: "http://localhost:4173" }, use: { - baseURL: "http://127.0.0.1:4173", + baseURL: "http://localhost:4173", video: "retain-on-failure" }, testDir: "./tests",