12 Commits

Author SHA1 Message Date
김보곤
3346b3bb76 fix: 단가관리 시나리오에서 존재하지 않는 엑셀 다운로드 버튼 스텝 제거 2026-03-04 21:53:56 +09:00
김보곤
f5dffe2ee7 refactor: 초정밀 시나리오 강화 (1060→1381 steps, 68/68 PASS) 2026-02-09 15:05:03 +09:00
김보곤
b2eb20e09d fix: 실패 시나리오 11개 리라이트 + 중복 2개 삭제 (16 FAIL → 0 FAIL 목표)
- 삭제: popup-management.json (settings-popup과 중복), price-management.json (sales-pricing과 중복)
- 리라이트: settings-account, settings-attendance, settings-bank-account, settings-permission,
  settings-popup, settings-position, crud-delete-freeboard, production-item, sales-pricing,
  department-add, item-management
- 패턴: fill_form/fill 제거 → verify_elements + click_if_exists + verify_detail (READ-only)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 20:27:11 +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
김보곤
ad07615df2 refactor: 판매/고객센터/차량 시나리오 A/B등급 개선
- sales-client, sales-pricing, sales-site: C→A (CRUD 전체)
- customer-notice: C→B (공지사항 조회/검색)
- customer-inquiry: C→A (문의 등록/조회)
- customer-faq: C→B (FAQ 조회/검색)
- customer-event: C→B (이벤트 조회)
- vehicle-management: C→A (차량 CRUD)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 13:53:14 +09:00
김보곤
88dbc00075 feat: E2E 시나리오 36개 추가 - 전체 메뉴 커버리지 확장
새 시나리오:
- 품질관리: quality-inspection, quality-certification
- 품목관리: item-master
- 인사관리: hr-employee, hr-department, hr-card, hr-attendance-status, hr-attendance-admin, hr-salary, hr-vacation
- 리포트: report-analysis
- 고객센터: customer-notice
- 설정: settings-account, settings-permission, settings-rank, settings-popup, settings-company, settings-subscription
- 판매관리: sales-quotation, sales-order, sales-pricing, sales-client
- 구매관리: purchase-client, purchase-order, purchase-status
- 생산관리: production-item, production-work-result
- 자재관리: material-stock, material-receiving
- 출고관리: shipment-management
- 차량관리: vehicle-management
- 회계관리: accounting-client, accounting-ledger, accounting-deposit, accounting-withdrawal, accounting-payment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 08:02:00 +09:00