feat: implement TASK-WP1-01 registration transaction
This commit is contained in:
+3
-1
@@ -39,7 +39,9 @@
|
||||
"test:wp0-08": "node scripts/run-wp0-08-validation.mjs",
|
||||
"test:wp0-08:red": "node scripts/run-wp0-08-validation.mjs --phase red",
|
||||
"test:wp0-09": "node scripts/run-wp0-09-validation.mjs",
|
||||
"test:wp0-09:red": "node scripts/run-wp0-09-validation.mjs --phase red"
|
||||
"test:wp0-09:red": "node scripts/run-wp0-09-validation.mjs --phase red",
|
||||
"test:wp1-01": "node scripts/run-wp1-01-validation.mjs",
|
||||
"test:wp1-01:red": "node scripts/run-wp1-01-validation.mjs --phase red"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.62.0",
|
||||
|
||||
Reference in New Issue
Block a user