完善案例库最终验证修正
This commit is contained in:
@@ -19,7 +19,7 @@ const reportDir =
|
||||
process.env.GEO_SAMPLE_REPORT_DIR ??
|
||||
join(repoRoot, "test-results", "geo-sample-flow", "manual");
|
||||
const baseURL = process.env.GEO_SAMPLE_BASE_URL ?? "http://127.0.0.1:3000";
|
||||
const apiAccessKey = process.env.API_ACCESS_KEY ?? "";
|
||||
const apiAccessKey = process.env.API_ACCESS_KEY ?? "local-dev-key";
|
||||
const timeoutMs = Number(process.env.GEO_SAMPLE_TIMEOUT_MS ?? "600000");
|
||||
const filter = process.env.GEO_SAMPLE_FILTER;
|
||||
const limit = Number(process.env.GEO_SAMPLE_LIMIT ?? "0");
|
||||
|
||||
Reference in New Issue
Block a user