Commit Graph

10 Commits

Author SHA1 Message Date
김보곤
eedf84552e fix: 인쇄 버튼 검증 스텝 제거 (버튼 서베이 결과 미존재 확인)
- accounting-bank-transaction.json: step 17 인쇄 버튼 확인 제거
- accounting-card-history.json: step 17 인쇄 버튼 확인 제거
- material-stock.json: step 17 인쇄 기능 확인 제거
- 버튼 서베이(2026-03-04) 결과 14개 페이지 중 인쇄 버튼이
  존재하는 페이지 없음 확인
2026-03-04 22:26:10 +09:00
김보곤
f71baef2af fix: 메뉴명 불일치 3건 수정
- accounting-bank-transaction: 입출금계좌조회 → 계좌입출금내역
- accounting-card-history: 카드내역조회 → 카드사용내역
- hr-card: 삭제 (인사관리에 카드관리 메뉴 없음)
2026-02-15 18:04:48 +09:00
김보곤
f5dffe2ee7 refactor: 초정밀 시나리오 강화 (1060→1381 steps, 68/68 PASS) 2026-02-09 15:05:03 +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
김보곤
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
김보곤
d8638a0fb3 refactor: 회계/인사/게시판/출고 시나리오 A/B등급 개선 (12개)
- accounting-client (9→18): A등급, 거래처 CRUD
- accounting-bank-transaction (3→15): B등급, 조회/필터
- accounting-card-history (3→15): B등급, 조회/필터
- accounting-expense-forecast (3→15): B등급, 조회/필터
- accounting-bad-debt (3→18): A등급, 악성채권 CRUD
- accounting-sales (3→15): B등급, 매출 조회
- accounting-purchase (3→15): B등급, 매입 조회
- shipment-dispatch (3→18): A등급, 배차 CRUD
- board-management (3→18): A등급, 게시판 CRUD
- hr-department (6→18): A등급, 부서 CRUD
- hr-card (4→18): A등급, 카드 CRUD
- hr-attendance-status (4→15): B등급, 근태현황 조회

공통 개선:
- searchWithinParent, closeOtherMenus 플래그 추가
- expectedAPIs 추가
- rollbackPlan 추가
- A등급: testData + CRUD 흐름 완성
2026-02-03 14:00:30 +09:00
김보곤
c6c716fdb4 fix: 시나리오 expectedUrl 실제 URL과 일치하도록 수정
- board-management: /boards/management → /board/board-management
- board-test: /boards/test → /boards/board_
- purchase-pricing: /purchase/pricing → /sales/pricing-management
- production-worker: /production/worker → /production/worker-screen
- shipment-dispatch: /shipment/dispatch → /outbound/vehicle-dispatches
- accounting-sales: /accounting/sales → /accounting/sales-accounting
- accounting-purchase: /accounting/purchase → /accounting/purchase-accounting
- accounting-cost: /accounting/cost → /accounting/cost-management
- accounting-card-history: /accounting/card-history → /accounting/card-transactions
- accounting-receivable: /accounting/receivables → /accounting/receivables-status
- accounting-expense-forecast: /accounting/expense-forecast → /accounting/expected-expenses
- accounting-bad-debt: /accounting/bad-debt → /accounting/bad-debt-collection
2026-02-03 09:25:08 +09:00
김보곤
ad0b4dd387 feat: 누락 시나리오 22개 추가
- 게시판(2): board-management, board-test
- 고객센터(3): customer-inquiry, customer-faq, customer-event
- 판매관리(1): sales-site
- 구매관리(1): purchase-pricing
- 생산관리(3): production-dashboard, production-work-order, production-worker
- 출고관리(1): shipment-dispatch
- 회계관리(11): accounting-sales, accounting-purchase, accounting-cost,
  accounting-financial, accounting-bill, accounting-bank-transaction,
  accounting-card-history, accounting-receivable, accounting-expense-forecast,
  accounting-bad-debt, accounting-daily-report
2026-02-03 09:08:18 +09:00