mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Adjust playwright config options back to localhost
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user