test: record WP7-04 Amap external blocker
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 57s

This commit is contained in:
suyx
2026-08-04 13:35:10 +08:00
parent 623cad25b2
commit d474768a2b
2 changed files with 102 additions and 1 deletions
+2 -1
View File
@@ -106,7 +106,8 @@
"test:wp6-04:red": "node scripts/run-wp6-04-validation.mjs --phase red",
"test:wp6-05": "pnpm exec vitest run tests/api/wp6-05-state.test.ts && pnpm exec playwright test tests/e2e/wp6-05-state.spec.ts --config playwright.config.ts",
"test:wp7-01": "node scripts/run-wp7-01-validation.mjs",
"review:wp7-01": "node scripts/record-wp7-01-manual-review.mjs"
"review:wp7-01": "node scripts/record-wp7-01-manual-review.mjs",
"test:wp7-04": "node scripts/run-wp7-04-validation.mjs"
},
"devDependencies": {
"@playwright/test": "1.62.0",