feat: complete TASK-WP0-08 logging

This commit is contained in:
suyx
2026-07-28 00:11:02 +08:00
parent 096a1f1279
commit 361bda2f22
21 changed files with 1050 additions and 22 deletions
+3 -1
View File
@@ -34,7 +34,9 @@
"test:wp0-06": "node scripts/run-wp0-06-validation.mjs",
"test:wp0-06:red": "node scripts/run-wp0-06-validation.mjs --phase red",
"test:wp0-07": "node scripts/run-wp0-07-validation.mjs",
"test:wp0-07:red": "node scripts/run-wp0-07-validation.mjs --phase red"
"test:wp0-07:red": "node scripts/run-wp0-07-validation.mjs --phase red",
"test:wp0-08": "node scripts/run-wp0-08-validation.mjs",
"test:wp0-08:red": "node scripts/run-wp0-08-validation.mjs --phase red"
},
"devDependencies": {
"@playwright/test": "1.62.0",