1
0
forked from baron/baron-sso

테스트 인벤토리 문서 전수 목록화 및 이슈 상태 정리

This commit is contained in:
Lectom C Han
2026-02-19 16:33:54 +09:00
parent 4696d7ce82
commit 2811ecf268
4 changed files with 207 additions and 121 deletions

View File

@@ -0,0 +1,11 @@
# 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` | 초기 페이지 렌더링 스모크 검증 |