152837b0bc
fix: 6개 실패 시나리오 수정 (attendance, company-info, crud-vendor, customer-inquiry, employee-register, inspection)
...
- attendance-management: wait_for_modal→wait, combobox→evaluate, :has-text→plain text
- company-info: wait_for_modal→wait (Shadcn Sheet position:fixed 이슈)
- crud-delete-vendor: CSS selector fill→fill_form (label 기반), BLOCKED 해제
- customer-inquiry: enabled=false (메뉴 권한 문제)
- employee-register: enabled=false (메뉴 권한 문제)
- inspection-management: CSS selector fill→fill_form, select_dropdown→evaluate
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 08:49:14 +09:00
da85b6bf03
fix: E2E 시나리오 셀렉터/메뉴 수정 (5개 파일)
...
- crud-delete-vendor: :has-text() CSS 제거, Format B 변환, CSS 셀렉터로 교체
- inspection-management: L2 메뉴 '검사관리' -> '제품검사관리', Format B 변환
- customer-inquiry: L2 메뉴 '1:1 문의' -> '문의하기', expectedUrl 수정
- attendance-checkin: Format B 변환, 출근하기 -> click_if_exists로 변경
- attendance-management: Format B 변환, combobox 액션 사용, wait_for_modal 추가
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 22:00:47 +09:00
김보곤
aa078458a4
chore: 미구현 메뉴 시나리오 6건 삭제
...
- accounting-cost (원가관리): 사이드바 메뉴 미존재
- accounting-financial (재무제표): 사이드바 메뉴 미존재
- inspection-management (검사관리): 사이드바 메뉴 미존재
- vehicle-management (차량관리): 1차 메뉴 미존재
- comprehensive-analysis (종합분석): 리포트 메뉴 미존재
- report-analysis (종합분석): 리포트 메뉴 미존재
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-04 21:59:56 +09:00
김보곤
7047b2fa1d
refactor: 품질검사, 설정관리 시나리오 A/B등급으로 개선
...
개선된 시나리오:
- quality-inspection.json: C→A (14→18 steps, CRUD 전체)
- settings-bank-account.json: C→A (4→18 steps, 계좌 CRUD)
- settings-position.json: C→A (4→18 steps, 직책 CRUD)
- settings-rank.json: C→A (4→18 steps, 직급 CRUD)
- accounting-receivable.json: C→B (3→15 steps, 조회/필터/엑셀)
- settings-vacation-policy.json: C→B (4→12 steps, 정책 수정)
- settings-work-schedule.json: C→B (4→12 steps, 일정 수정)
- settings-attendance.json: C→B (4→12 steps, 설정 수정)
- inspection-management.json: 메뉴 플래그 추가
공통 개선:
- searchWithinParent, closeOtherMenus 플래그 추가
- testData, expectedAPIs, requiredVerifications 추가
- rollbackPlan 추가
2026-02-03 13:37:06 +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