forked from baron/baron-sso
13 lines
797 B
Markdown
13 lines
797 B
Markdown
# AdminFront/DevFront E2E 테스트 전수 목록
|
|
|
|
- 범위: `adminfront/tests/*.spec.ts`, `devfront/tests/*.spec.ts`
|
|
- 기준: Playwright `test(...)` 케이스 전수
|
|
- 참고: UserFront WASM E2E 확장 계획은 `docs/test-plan/userfront-wasm-e2e-expansion-plan.md`에서 별도 관리
|
|
|
|
| 파일 | 테스트 | 역할 |
|
|
|---|---|---|
|
|
| `adminfront/tests/example.spec.ts:3` | `has title` | 초기 페이지 렌더링 스모크 검증 |
|
|
| `adminfront/tests/user-management.spec.ts:26` | `user create and delete flow` | 관리자 사용자 생성/삭제 E2E 검증 |
|
|
| `devfront/tests/clients.spec.ts:3` | `clients page loads correctly` | DevFront 클라이언트 페이지 접근 스모크 검증 |
|
|
| `devfront/tests/example.spec.ts:3` | `has title` | 초기 페이지 렌더링 스모크 검증 |
|