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
|
|
|
{
|
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
|
|
|
"enabled": true,
|
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
|
|
|
"id": "sales-client",
|
|
|
|
|
"name": "판매거래처관리 테스트",
|
|
|
|
|
"screenshotPolicy": {
|
|
|
|
|
"onErrorOnly": true,
|
2026-02-06 01:26:59 +09:00
|
|
|
"captureOn": [
|
|
|
|
|
"error",
|
|
|
|
|
"fail",
|
|
|
|
|
"timeout",
|
|
|
|
|
"404",
|
|
|
|
|
"500",
|
|
|
|
|
"blocked"
|
|
|
|
|
]
|
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
|
|
|
},
|
2026-02-03 13:53:14 +09:00
|
|
|
"description": "판매관리 > 거래처관리 메뉴의 판매 거래처 CRUD 기능 테스트",
|
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
|
|
|
"baseUrl": "https://dev.codebridge-x.com",
|
|
|
|
|
"menuNavigation": {
|
|
|
|
|
"level1": "판매관리",
|
|
|
|
|
"level2": "거래처관리",
|
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
|
|
|
"expectedUrl": "/sales/client-management-sales-admin",
|
2026-02-03 13:53:14 +09:00
|
|
|
"searchWithinParent": true,
|
|
|
|
|
"closeOtherMenus": true
|
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
|
|
|
},
|
|
|
|
|
"auth": {
|
|
|
|
|
"username": "TestUser5",
|
|
|
|
|
"password": "password123!"
|
|
|
|
|
},
|
2026-02-03 13:53:14 +09:00
|
|
|
"testData": {
|
|
|
|
|
"create": {
|
|
|
|
|
"clientName": "E2E_TEST_판매처_{timestamp}",
|
|
|
|
|
"businessNumber": "987-65-43210",
|
|
|
|
|
"representative": "테스트 대표"
|
|
|
|
|
}
|
|
|
|
|
},
|
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
|
|
|
"steps": [
|
|
|
|
|
{
|
|
|
|
|
"id": 1,
|
|
|
|
|
"name": "메뉴 진입: 판매관리 > 거래처관리",
|
|
|
|
|
"action": "menu_navigate",
|
|
|
|
|
"level1": "판매관리",
|
|
|
|
|
"level2": "거래처관리",
|
|
|
|
|
"expected": {
|
|
|
|
|
"url_contains": "/sales/client",
|
2026-02-06 01:26:59 +09:00
|
|
|
"visible": [
|
|
|
|
|
"거래처관리",
|
|
|
|
|
"거래처"
|
|
|
|
|
]
|
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
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 2,
|
2026-02-09 15:05:03 +09:00
|
|
|
"name": "URL 검증",
|
|
|
|
|
"action": "verify_url",
|
|
|
|
|
"expected": {
|
|
|
|
|
"url_contains": "/sales/client-management-sales-admin"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 3,
|
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
|
|
|
"name": "필수 검증 #5: 목업 페이지 감지",
|
|
|
|
|
"action": "verify_not_mockup",
|
|
|
|
|
"checks": [
|
|
|
|
|
"거래처 목록 표시",
|
2026-02-03 13:53:14 +09:00
|
|
|
"거래처 등록 버튼 존재",
|
|
|
|
|
"검색 기능 존재"
|
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
|
|
|
],
|
|
|
|
|
"expected": "정상 페이지 (목업 아님)"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 4,
|
|
|
|
|
"name": "통계 카드 확인",
|
|
|
|
|
"action": "evaluate",
|
|
|
|
|
"script": "(() => {\n const cards = document.querySelectorAll('[class*=\"card\"], [class*=\"Card\"], [class*=\"stat\"], [class*=\"Stat\"], [class*=\"summary\"]');\n const texts = Array.from(cards).map(c => c.innerText?.substring(0, 30)).filter(Boolean);\n return texts.length > 0 ? 'Stats: ' + texts.length + ' cards found' : 'No stat cards (ok)';\n })()"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 5,
|
2026-02-03 13:53:14 +09:00
|
|
|
"name": "거래처 테이블 구조 확인",
|
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
|
|
|
"action": "verify_table",
|
|
|
|
|
"checks": [
|
|
|
|
|
"거래처명 컬럼",
|
|
|
|
|
"사업자번호 컬럼",
|
2026-02-03 13:53:14 +09:00
|
|
|
"대표자 컬럼",
|
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
|
|
|
"연락처 컬럼"
|
|
|
|
|
],
|
|
|
|
|
"expected": "거래처 테이블 표시"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 6,
|
|
|
|
|
"name": "목록 필터 테스트",
|
|
|
|
|
"action": "evaluate",
|
|
|
|
|
"script": "(() => {\n const selects = document.querySelectorAll('select, [role=\"combobox\"], button[class*=\"select\"], button[class*=\"Select\"]');\n if (selects.length > 0) {\n return 'Filters found: ' + selects.length;\n }\n return 'No filter dropdowns (ok)';\n })()"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 7,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "CREATE",
|
|
|
|
|
"name": "[CREATE] 거래처 등록 버튼 클릭",
|
2026-02-06 00:46:05 +09:00
|
|
|
"action": "click_if_exists",
|
2026-02-10 09:41:57 +09:00
|
|
|
"target": "button:has-text('거래처 등록'), button:has-text('등록'), button:has-text('추가'), button:has-text('신규')",
|
2026-02-03 13:53:14 +09:00
|
|
|
"expected": {
|
2026-02-10 09:41:57 +09:00
|
|
|
"url_contains": "mode=new"
|
2026-02-03 13:53:14 +09:00
|
|
|
}
|
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
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 8,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "CREATE",
|
2026-02-10 09:41:57 +09:00
|
|
|
"name": "[CREATE] 거래처 정보 입력",
|
|
|
|
|
"action": "fill_form",
|
|
|
|
|
"fields": [
|
2026-02-11 16:09:31 +09:00
|
|
|
{
|
|
|
|
|
"name": "사업자등록번호",
|
|
|
|
|
"value": "987-65-43210"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "거래처명",
|
|
|
|
|
"value": "E2E_TEST_판매처_{timestamp}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "대표자명",
|
|
|
|
|
"value": "테스트 대표"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "업태",
|
|
|
|
|
"value": "제조업"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "종목",
|
|
|
|
|
"value": "철강"
|
|
|
|
|
}
|
2026-02-10 09:41:57 +09:00
|
|
|
]
|
2026-02-03 13:53:14 +09:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 9,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "CREATE",
|
2026-02-10 09:41:57 +09:00
|
|
|
"name": "[CREATE] 추가 정보 입력",
|
|
|
|
|
"action": "fill_form",
|
|
|
|
|
"fields": [
|
2026-02-11 16:09:31 +09:00
|
|
|
{
|
|
|
|
|
"name": "주소",
|
|
|
|
|
"value": "서울시 강남구 테스트로 123"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "전화번호",
|
|
|
|
|
"value": "02-1234-5678"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "이메일",
|
|
|
|
|
"value": "e2e-test@example.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "담당자명",
|
|
|
|
|
"value": "E2E 담당자"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "메모",
|
|
|
|
|
"value": "E2E 자동화 테스트 거래처"
|
|
|
|
|
}
|
2026-02-10 09:41:57 +09:00
|
|
|
]
|
2026-02-03 13:53:14 +09:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 10,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "CREATE",
|
2026-02-10 09:41:57 +09:00
|
|
|
"name": "[CREATE] 거래처 유형 선택",
|
2026-02-09 17:56:59 +09:00
|
|
|
"action": "click_if_exists",
|
2026-02-10 09:41:57 +09:00
|
|
|
"target": "#clientType-매출, label:has-text('매출')",
|
|
|
|
|
"expected": "매출 거래처 선택"
|
2026-02-03 13:53:14 +09:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 11,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "CREATE",
|
|
|
|
|
"name": "[CREATE] 필수 검증 #2: 거래처 저장",
|
2026-02-06 00:46:05 +09:00
|
|
|
"action": "click_if_exists",
|
2026-02-03 13:53:14 +09:00
|
|
|
"target": "button:has-text('저장'), button:has-text('등록'), button:has-text('확인')",
|
|
|
|
|
"verify": {
|
|
|
|
|
"url_maintained": true,
|
|
|
|
|
"no_error_page": true,
|
|
|
|
|
"api_call": "POST /api/v1/sales/clients",
|
|
|
|
|
"toast": "등록|저장|완료|성공"
|
|
|
|
|
},
|
|
|
|
|
"expected": "거래처 등록 완료"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 12,
|
|
|
|
|
"phase": "CREATE",
|
|
|
|
|
"name": "[CREATE] 저장 완료 토스트 확인",
|
|
|
|
|
"action": "verify_toast",
|
|
|
|
|
"verify": {
|
|
|
|
|
"contains": "등록|완료|성공|저장"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 13,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "READ",
|
|
|
|
|
"name": "[READ] 등록된 거래처 검색",
|
2026-02-06 01:26:59 +09:00
|
|
|
"action": "click_if_exists",
|
2026-02-03 13:53:14 +09:00
|
|
|
"target": "input[type='search'], input[placeholder*='검색']",
|
|
|
|
|
"value": "E2E_TEST_판매처",
|
|
|
|
|
"submit": true
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 14,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "READ",
|
|
|
|
|
"name": "[READ] 등록된 거래처 확인",
|
|
|
|
|
"action": "verify_detail",
|
|
|
|
|
"checks": [
|
|
|
|
|
"E2E_TEST_판매처 목록에 표시"
|
|
|
|
|
],
|
|
|
|
|
"expected": "등록된 거래처 확인"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 15,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "READ",
|
|
|
|
|
"name": "[READ] 거래처 상세 조회",
|
2026-02-06 00:46:05 +09:00
|
|
|
"action": "click_if_exists",
|
2026-02-09 17:56:59 +09:00
|
|
|
"target": "table tbody tr:first-child, table tbody tr:nth-child(1), table tr:nth-child(2)",
|
2026-02-03 13:53:14 +09:00
|
|
|
"expected": {
|
|
|
|
|
"detail_view": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 16,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "UPDATE",
|
|
|
|
|
"name": "[UPDATE] 거래처 수정 모드 진입",
|
2026-02-06 00:46:05 +09:00
|
|
|
"action": "click_if_exists",
|
2026-02-03 13:53:14 +09:00
|
|
|
"target": "button:has-text('수정'), button:has-text('편집')",
|
|
|
|
|
"expected": {
|
|
|
|
|
"edit_mode": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 17,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "UPDATE",
|
|
|
|
|
"name": "[UPDATE] 대표자명 수정",
|
2026-02-11 17:51:11 +09:00
|
|
|
"action": "click_if_exists",
|
|
|
|
|
"target": "input[name*='representative'], input[placeholder*='대표']"
|
2026-02-03 13:53:14 +09:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 18,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "UPDATE",
|
|
|
|
|
"name": "[UPDATE] 거래처 저장",
|
2026-02-06 00:46:05 +09:00
|
|
|
"action": "click_if_exists",
|
2026-02-03 13:53:14 +09:00
|
|
|
"target": "button:has-text('저장'), button:has-text('확인')",
|
|
|
|
|
"verify": {
|
|
|
|
|
"api_call": "PUT /api/v1/sales/clients",
|
|
|
|
|
"toast": "수정|저장|완료|성공"
|
|
|
|
|
},
|
|
|
|
|
"expected": "거래처 수정 완료"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 19,
|
|
|
|
|
"phase": "UPDATE",
|
|
|
|
|
"name": "[UPDATE] 수정 완료 토스트 확인",
|
|
|
|
|
"action": "verify_toast",
|
|
|
|
|
"verify": {
|
|
|
|
|
"contains": "수정|완료|성공|저장"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 20,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "DELETE",
|
|
|
|
|
"name": "[DELETE] 거래처 삭제",
|
2026-02-11 17:51:11 +09:00
|
|
|
"action": "click_if_exists",
|
2026-02-03 13:53:14 +09:00
|
|
|
"target": "button:has-text('삭제'), button:has-text('제거')",
|
|
|
|
|
"expected": {
|
|
|
|
|
"confirm_dialog": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 21,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "DELETE",
|
|
|
|
|
"name": "[DELETE] 삭제 확인",
|
2026-02-11 17:51:11 +09:00
|
|
|
"action": "click_if_exists",
|
2026-02-03 13:53:14 +09:00
|
|
|
"verify": {
|
|
|
|
|
"api_call": "DELETE /api/v1/sales/clients",
|
|
|
|
|
"toast": "삭제|제거|완료|성공"
|
|
|
|
|
},
|
2026-02-11 17:51:11 +09:00
|
|
|
"expected": "거래처 삭제 완료",
|
|
|
|
|
"target": "[role='alertdialog'] button:has-text('확인'), [role='dialog'] button:has-text('확인'), button:has-text('확인')"
|
2026-02-03 13:53:14 +09:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 22,
|
2026-02-03 13:53:14 +09:00
|
|
|
"phase": "DELETE",
|
|
|
|
|
"name": "[DELETE] 삭제 확인",
|
|
|
|
|
"action": "verify_detail",
|
|
|
|
|
"checks": [
|
|
|
|
|
"E2E_TEST_판매처 목록에서 제거"
|
|
|
|
|
],
|
|
|
|
|
"expected": "거래처 삭제 반영"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-02-09 15:05:03 +09:00
|
|
|
"id": 23,
|
|
|
|
|
"name": "콘솔 에러 확인",
|
|
|
|
|
"action": "verify_element",
|
|
|
|
|
"target": "body"
|
2026-02-03 13:53:14 +09:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"expectedAPIs": [
|
|
|
|
|
{
|
|
|
|
|
"method": "GET",
|
|
|
|
|
"endpoint": "/api/v1/sales/clients",
|
|
|
|
|
"description": "거래처 목록 조회"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"method": "POST",
|
|
|
|
|
"endpoint": "/api/v1/sales/clients",
|
|
|
|
|
"description": "거래처 등록"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"method": "PUT",
|
|
|
|
|
"endpoint": "/api/v1/sales/clients/:id",
|
|
|
|
|
"description": "거래처 수정"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"method": "DELETE",
|
|
|
|
|
"endpoint": "/api/v1/sales/clients/:id",
|
|
|
|
|
"description": "거래처 삭제"
|
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
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"requiredVerifications": [
|
|
|
|
|
{
|
2026-02-03 13:53:14 +09:00
|
|
|
"id": 2,
|
|
|
|
|
"name": "저장 버튼",
|
2026-02-06 01:26:59 +09:00
|
|
|
"steps": [
|
|
|
|
|
8,
|
|
|
|
|
14
|
|
|
|
|
],
|
2026-02-03 13:53:14 +09:00
|
|
|
"criteria": "API 호출 + 성공 토스트 + 데이터 반영"
|
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
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 5,
|
|
|
|
|
"name": "목업 페이지 감지",
|
2026-02-06 01:26:59 +09:00
|
|
|
"steps": [
|
|
|
|
|
2
|
|
|
|
|
],
|
2026-02-03 13:53:14 +09:00
|
|
|
"criteria": "거래처 목록, 등록 버튼, 검색 기능 존재"
|
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
|
|
|
}
|
2026-02-03 13:53:14 +09:00
|
|
|
],
|
|
|
|
|
"rollbackPlan": {
|
|
|
|
|
"onCreateFail": "등록 모달 닫고 재시도",
|
|
|
|
|
"onUpdateFail": "페이지 새로고침 후 재시도",
|
|
|
|
|
"onDeleteFail": "수동 삭제 필요",
|
|
|
|
|
"cleanupRequired": "E2E_TEST_판매처_* 패턴 데이터 삭제"
|
|
|
|
|
}
|
2026-02-09 15:05:03 +09:00
|
|
|
}
|