forked from baron/baron-sso
12 lines
677 B
Markdown
12 lines
677 B
Markdown
# AdminFront/DevFront E2E 테스트 전수 목록
|
|
|
|
- 범위: `adminfront/tests/*.spec.ts`, `devfront/tests/*.spec.ts`
|
|
- 기준: Playwright `test(...)` 케이스 전수
|
|
|
|
| 파일 | 테스트 | 역할 |
|
|
|---|---|---|
|
|
| `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` | 초기 페이지 렌더링 스모크 검증 |
|