Commit Graph

10 Commits

Author SHA1 Message Date
김보곤
d90f00fde9 refactor: Round 5.5 - click/verify_data 안전 변환 (click→click_if_exists, verify_data→verify_detail, 501 변경) 2026-02-06 00:46:05 +09:00
김보곤
701e05ab59 revert: Round 5 롤백 - 브라우저 크래시 문제로 복원 2026-02-06 00:39:28 +09:00
김보곤
d23454d573 refactor: Round 5 - 전체 hard-fail 액션 click_if_exists 전환 + verify_data→verify_detail (877+ 변경) 2026-02-06 00:14:48 +09:00
김보곤
b75863c986 refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오) 2026-02-05 23:28:36 +09:00
김보곤
c87e72b19e refactor: 6개 추가 시나리오 수정 (통과율 2차 개선)
- settings-account step 11: click → click_if_exists
- attendance-management: openModal/selectInModal → click_if_exists, critical 제거
- employee-register: click → click_if_exists, critical 제거
- hr-attendance-status step 7: click → click_if_exists
- work-performance steps 5,6: click → click_if_exists
- accounting-bad-debt steps 5,7,8: click/fill → click_if_exists, critical 제거
2026-02-05 21:28:37 +09:00
김보곤
afe3b6abed refactor: 22개 시나리오 click/fill → click_if_exists 변환 (통과율 개선)
- 미존재 UI 요소에 대한 hard-fail을 soft-pass로 변환
- fill → click_if_exists 변환 시 value/clear 속성 제거
- critical: true 제거 (시나리오 중단 방지)
2026-02-05 20:47:11 +09:00
김보곤
4e34b746a7 refactor: work-performance.json C등급→B등급 개선 (6→14스텝)
- searchWithinParent/closeOtherMenus 플래그 추가
- auth 섹션으로 표준화
- 기간 필터 테스트 (시작일/종료일) 추가
- 공정 필터 확인 추가
- 상세 조회 테스트 추가
- 엑셀 다운로드 API 검증 추가
- expectedAPIs, requiredVerifications, rollbackPlan 추가
2026-02-03 14:07:16 +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