feat: complete TASK-WP3-02 runtime recommendation
This commit is contained in:
+3
-1
@@ -67,7 +67,9 @@
|
||||
"test:wp2-07": "node scripts/run-wp2-07-validation.mjs",
|
||||
"test:wp2-07:red": "node scripts/run-wp2-07-validation.mjs --phase red",
|
||||
"test:wp3-01": "node scripts/run-wp3-01-validation.mjs",
|
||||
"test:wp3-01:red": "node scripts/run-wp3-01-validation.mjs --phase red"
|
||||
"test:wp3-01:red": "node scripts/run-wp3-01-validation.mjs --phase red",
|
||||
"test:wp3-02": "node scripts/run-wp3-02-validation.mjs",
|
||||
"test:wp3-02:red": "node scripts/run-wp3-02-validation.mjs --phase red"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.62.0",
|
||||
|
||||
Reference in New Issue
Block a user