Add route lint harness
TaxBaik CI/CD / build-and-deploy (push) Successful in 3m5s

This commit is contained in:
2026-07-08 01:25:21 +09:00
parent 1f8ca7c8bb
commit f2f4769460
2 changed files with 61 additions and 0 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:route-lint": "node scripts/route_lint.mjs",
"test:e2e:ci": "playwright test --project=\"Desktop Chrome\"",
"test:local": "python scripts/run_local_tests.py"
},