This commit is contained in:
2026-07-02 12:58:18 +08:00
parent b1bb463f77
commit 58268e6f82
47 changed files with 1679 additions and 1694 deletions

View File

@@ -1,6 +1,6 @@
import { defineConfig, devices } from "@playwright/test";
const baseURL = process.env.PLAYWRIGHT_BASE_URL ?? "http://127.0.0.1:3000";
const baseURL = process.env.PLAYWRIGHT_BASE_URL ?? "http://localhost:3000";
export default defineConfig({
testDir: "./e2e",