Refactor flake api package and adjust prod nix config

This commit is contained in:
thiloho
2025-01-04 20:33:00 +01:00
parent f0ebb94d82
commit 4af15717f4
10 changed files with 60 additions and 37 deletions

View File

@@ -3,10 +3,10 @@ import { type PlaywrightTestConfig, devices } from "@playwright/test";
const config: PlaywrightTestConfig = {
webServer: {
command: "npm run build && npm run preview",
url: "http://localhost:4173"
url: "http://127.0.0.1:4173"
},
use: {
baseURL: "http://localhost:4173",
baseURL: "http://127.0.0.1:4173",
video: "retain-on-failure"
},
testDir: "./tests",