Refine admin login flow and verification harness
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m21s

This commit is contained in:
2026-07-07 14:38:30 +09:00
parent b7cb442937
commit 35842b6765
60 changed files with 1043 additions and 495 deletions
+1
View File
@@ -4,6 +4,7 @@
"test:e2e:headed": "playwright test --headed",
"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",
"test:e2e:ci": "playwright test --project=\"Desktop Chrome\"",
"test:local": "python scripts/run_local_tests.py"
},
"devDependencies": {