ci: run smoke tests before browser e2e
TaxBaik CI/CD / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-07-04 20:47:36 +09:00
parent 41791cfcd1
commit c95e92529d
+1
View File
@@ -78,6 +78,7 @@ jobs:
E2E_ADMIN_PASSWORD: TestAdmin@123456
run: |
echo "Running E2E tests on Desktop Chrome (production verification)"
npm run test:e2e:smoke -- --project="Desktop Chrome"
npx playwright test --project="Desktop Chrome" --reporter=html --reporter=list
- name: API smoke verification