验证样例文章验收冒烟流程

This commit is contained in:
czj
2026-07-01 15:12:13 +08:00
parent 762380c937
commit 66fee182f5
3 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { defineConfig, devices } from "@playwright/test";
const baseURL = process.env.GEO_SAMPLE_BASE_URL ?? "http://127.0.0.1:3000";
const baseURL = process.env.GEO_SAMPLE_BASE_URL ?? "http://localhost:3000";
const timeout = Number(process.env.GEO_SAMPLE_TIMEOUT_MS ?? "600000") + 60_000;
export default defineConfig({