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>
This commit is contained in:
70
settings-popup.json
Normal file
70
settings-popup.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"id": "settings-popup",
|
||||
"name": "팝업관리 테스트",
|
||||
"screenshotPolicy": {
|
||||
"onErrorOnly": true,
|
||||
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
|
||||
},
|
||||
"description": "설정 > 팝업관리 메뉴의 팝업 설정 기능 테스트",
|
||||
"baseUrl": "https://dev.codebridge-x.com",
|
||||
"menuNavigation": {
|
||||
"level1": "설정",
|
||||
"level2": "팝업관리",
|
||||
"expectedUrl": "/settings/popup-management"
|
||||
},
|
||||
"auth": {
|
||||
"username": "TestUser5",
|
||||
"password": "password123!"
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "메뉴 진입: 설정 > 팝업관리",
|
||||
"action": "menu_navigate",
|
||||
"level1": "설정",
|
||||
"level2": "팝업관리",
|
||||
"expected": {
|
||||
"url_contains": "/settings/popup",
|
||||
"visible": ["팝업관리", "팝업"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "필수 검증 #5: 목업 페이지 감지",
|
||||
"action": "verify_not_mockup",
|
||||
"checks": [
|
||||
"팝업 목록 표시",
|
||||
"팝업 등록 가능"
|
||||
],
|
||||
"expected": "정상 페이지 (목업 아님)"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "팝업 목록 확인",
|
||||
"action": "verify_table",
|
||||
"checks": [
|
||||
"팝업 제목 컬럼",
|
||||
"상태 컬럼",
|
||||
"기간 컬럼"
|
||||
],
|
||||
"expected": "팝업 목록 표시"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "팝업 등록 버튼 확인",
|
||||
"action": "verify_elements",
|
||||
"checks": [
|
||||
"팝업 등록 버튼 존재"
|
||||
],
|
||||
"expected": "등록 버튼 표시"
|
||||
}
|
||||
],
|
||||
"requiredVerifications": [
|
||||
{
|
||||
"id": 5,
|
||||
"name": "목업 페이지 감지",
|
||||
"steps": [2],
|
||||
"criteria": "팝업 목록, 등록 기능 확인"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user