feat: complete TASK-WP3-04 worker recovery
This commit is contained in:
+3
-1
@@ -71,7 +71,9 @@
|
||||
"test:wp3-02": "node scripts/run-wp3-02-validation.mjs",
|
||||
"test:wp3-02:red": "node scripts/run-wp3-02-validation.mjs --phase red",
|
||||
"test:wp3-03": "node scripts/run-wp3-03-validation.mjs",
|
||||
"test:wp3-03:red": "node scripts/run-wp3-03-validation.mjs --phase red"
|
||||
"test:wp3-03:red": "node scripts/run-wp3-03-validation.mjs --phase red",
|
||||
"test:wp3-04": "node scripts/run-wp3-04-validation.mjs",
|
||||
"test:wp3-04:red": "node scripts/run-wp3-04-validation.mjs --phase red"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.62.0",
|
||||
|
||||
Reference in New Issue
Block a user