test: establish WP5 continuous lineage gate
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 2m1s

This commit is contained in:
suyx
2026-08-04 17:53:01 +08:00
parent a7ed4e420d
commit a8ab6de82f
3 changed files with 71 additions and 1 deletions
+2 -1
View File
@@ -96,7 +96,8 @@
"test:wp5-04": "node scripts/run-wp5-04-validation.mjs",
"test:wp5-04:red": "node scripts/run-wp5-04-validation.mjs --phase red",
"test:wp5-05": "node scripts/run-wp5-05-validation.mjs",
"test:wp5-05:red": "node scripts/run-wp5-05-validation.mjs --phase red"
"test:wp5-05:red": "node scripts/run-wp5-05-validation.mjs --phase red",
"test:wp5-lineage": "node scripts/run-wp5-lineage-validation.mjs"
},
"devDependencies": {
"@playwright/test": "1.62.0",