docs: split smoke commands and clarify runbook
TaxBaik CI/CD / build-and-deploy (push) Failing after 4m39s
TaxBaik CI/CD / build-and-deploy (push) Failing after 4m39s
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@
|
||||
"scripts": {
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:headed": "playwright test --headed",
|
||||
"test:e2e:smoke": "playwright test --grep @smoke"
|
||||
"test:e2e:smoke": "playwright test --grep @smoke",
|
||||
"test:e2e:public-smoke": "playwright test --project=\"Public Smoke\" tests/e2e/public-smoke.spec.ts",
|
||||
"test:e2e:admin-smoke": "playwright test --project=\"Admin Smoke\" tests/e2e/admin-smoke.spec.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.57.0"
|
||||
|
||||
Reference in New Issue
Block a user