Files
taxbaik/package.json
T
kjh2064 35842b6765
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m21s
Refine admin login flow and verification harness
2026-07-07 14:38:30 +09:00

14 lines
500 B
JSON

{
"scripts": {
"test:e2e": "playwright test",
"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": {
"@playwright/test": "1.57.0"
}
}