docs: split smoke commands and clarify runbook
TaxBaik CI/CD / build-and-deploy (push) Failing after 4m39s

This commit is contained in:
2026-07-04 21:21:36 +09:00
parent af238543c5
commit dcd4c283b8
3 changed files with 11 additions and 35 deletions
+3 -1
View File
@@ -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"