1
0
forked from baron/baron-sso

refresh_token 통합 테스트 실행 경로 정리

This commit is contained in:
2026-06-12 19:52:55 +09:00
parent ec55d4847e
commit e365c97dc0
6 changed files with 188 additions and 5 deletions

View File

@@ -12,6 +12,8 @@
"lint": "biome check .",
"preview": "vite preview",
"test": "playwright test",
"test:ci": "pnpm test && pnpm run test:refresh-token",
"test:refresh-token": "playwright test --config playwright.refresh-token.config.ts",
"test:coverage": "vitest run --coverage --bail 1",
"test:unit": "vitest run --bail 1",
"test:roles": "playwright test tests/devfront-role-switch-report.spec.ts",