test: scaffold WP7-05 candidate UI gate
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 2m18s

This commit is contained in:
suyx
2026-08-04 16:58:15 +08:00
parent 5e2d4e7aaf
commit 33f87f8db3
4 changed files with 102 additions and 1 deletions
+3 -1
View File
@@ -92,7 +92,9 @@
"test:wp5-02:red": "node scripts/run-wp5-02-validation.mjs --phase red",
"preview:wp5-02": "node scripts/run-wp5-02-manual-preview.mjs",
"test:wp5-03": "node scripts/run-wp5-03-validation.mjs",
"test:wp5-03:red": "node scripts/run-wp5-03-validation.mjs --phase red"
"test:wp5-03:red": "node scripts/run-wp5-03-validation.mjs --phase red",
"test:wp7-05": "node scripts/run-wp7-05-validation.mjs",
"test:wp7-05:unit": "node --test tests/package/wp7-05-ui-gate.test.mjs"
},
"devDependencies": {
"@playwright/test": "1.62.0",