14 Commits

Author SHA1 Message Date
bf66ba4227 fix: login/vendor-ledger 시나리오 셀렉터 수정
- login.json: symbolic target names (passwordToggle, usernameInput 등)을 실제 CSS 셀렉터로 교체
  - #userId, #password, button[type='submit'] 등 직접 CSS 셀렉터 사용
  - click_if_exists → fill/clear/click 올바른 액션 타입 복원
  - step 20: verify_element → verify_url 수정
  - step 22: actions 배열 내 target도 실제 CSS 셀렉터로 교체
- vendor-ledger.json: startDate/endDate symbolic target을 evaluate 스크립트로 교체

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 21:56:32 +09:00
김보곤
23827c257d refactor: 비표준 포맷 13개 시나리오 Format A 통일
- actions 배열(Format B) → 단일 action(Format A) 변환
- fill_form fields: target 키 → name 키 수정
- verify_detail checks: 객체 배열 → 문자열 배열 수정
- 전체 13개 시나리오 E2E 테스트 PASS 확인
2026-02-28 17:21:01 +09:00
김보곤
f5dffe2ee7 refactor: 초정밀 시나리오 강화 (1060→1381 steps, 68/68 PASS) 2026-02-09 15:05:03 +09:00
김보곤
3bc23c5884 refactor: E2E 시나리오 전면 개선 (43파일)
- Phase 0: 미구현 모듈 시나리오 13개 삭제 (구매관리, 중복, 라우트 없음)
- Phase 2: Settings URL 불일치 수정 (position, attendance, vacation-policy, bank-account, account, notification)
- Phase 3-4: 비설정 시나리오 URL/메뉴/UI 수정 (inventory-status, receiving-management, price-management, customer-inquiry, shipment-management, sales-client, quality-certification, customer-notice, production-* 등)
- Phase 5-6: 복잡 시나리오 재작성 (draft-box 50→14스텝, department-add 18→10스텝, free-board 70→22스텝, crud-delete-freeboard 14→17스텝)
- 16개 disabled 시나리오 enabled 전환
- 비표준 액션(fillInModal, randomData, usePlaywrightNative 등) → step-executor 표준 액션으로 통일
2026-02-06 17:37:35 +09:00
김보곤
b2509ee2dc refactor: 28개 시나리오 JSON 업데이트
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 14:14:09 +09:00
김보곤
25e05c0728 refactor: Round 6 - 30개 실패 시나리오 fill/select/check → click_if_exists 변환 (58→목표 80+ PASS) 2026-02-06 01:26:59 +09:00
김보곤
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
김보곤
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
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