Commit Graph

4 Commits

Author SHA1 Message Date
김보곤
c63f42d137 refactor: board-test, comprehensive-analysis 시나리오 개선
board-test.json:
- C등급(3스텝)→A등급(17스텝) Full CRUD 추가
- searchWithinParent/closeOtherMenus 플래그 추가
- testData, expectedAPIs, requiredVerifications, rollbackPlan 추가

comprehensive-analysis.json:
- 구조 표준화 (auth 섹션, 숫자 id)
- searchWithinParent/closeOtherMenus 플래그 추가
- expectedAPIs, requiredVerifications, rollbackPlan 추가
2026-02-03 14:08:48 +09:00
light
cff20a6c0e refactor: navigation 속성 추가 (targetUrl, urlPattern, menuHints)
- 54개 시나리오 파일에 URL 기반 메뉴 탐색을 위한 navigation 속성 추가
- targetUrl: 정확한 페이지 URL 경로
- urlPattern: ko 버전 포함 URL 패턴 (regex)
- menuHints: 메뉴명 힌트 배열 (fallback용)

메뉴 탐색 실패율 41.8% → URL 기반 방식으로 개선 예정

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 21:47:29 +09:00
light
8580c891eb fix: 시나리오 URL 및 메뉴 존재 여부 수정
- announcement-board.json 삭제 (공지사항 메뉴 미존재)
- bank-account-management.json URL 수정: /settings/bank-account → /settings/accounts
- company-info.json URL 수정: /settings/company → /company-info

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 16:26:52 +09:00
lab1
c3dd547dd0 init: E2E 테스트 시나리오 초기화 (61개 파일) 2026-01-30 10:50:38 +09:00