mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +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 = {
|
const config: PlaywrightTestConfig = {
|
||||||
webServer: {
|
webServer: {
|
||||||
command: "npm run build && npm run preview",
|
command: "npm run build && npm run preview",
|
||||||
url: "http://127.0.0.1:4173"
|
url: "http://localhost:4173"
|
||||||
},
|
},
|
||||||
use: {
|
use: {
|
||||||
baseURL: "http://127.0.0.1:4173",
|
baseURL: "http://localhost:4173",
|
||||||
video: "retain-on-failure"
|
video: "retain-on-failure"
|
||||||
},
|
},
|
||||||
testDir: "./tests",
|
testDir: "./tests",
|
||||||
|
|||||||
Reference in New Issue
Block a user