62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"id": "purchase-pricing",
|
|
"name": "구매 단가관리 테스트",
|
|
"screenshotPolicy": {
|
|
"onErrorOnly": true,
|
|
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
|
|
},
|
|
"description": "구매관리 > 단가관리 메뉴의 구매 단가 관리 기능 테스트",
|
|
"baseUrl": "https://dev.codebridge-x.com",
|
|
"menuNavigation": {
|
|
"level1": "구매관리",
|
|
"level2": "단가관리",
|
|
"expectedUrl": "/sales/pricing-management",
|
|
"searchWithinParent": true,
|
|
"closeOtherMenus": true
|
|
},
|
|
"auth": {
|
|
"username": "TestUser5",
|
|
"password": "password123!"
|
|
},
|
|
"steps": [
|
|
{
|
|
"id": 1,
|
|
"name": "메뉴 진입: 구매관리 > 단가관리",
|
|
"action": "menu_navigate",
|
|
"level1": "구매관리",
|
|
"level2": "단가관리",
|
|
"expected": {
|
|
"url_contains": "/sales",
|
|
"visible": ["단가관리", "단가"]
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "필수 검증 #5: 목업 페이지 감지",
|
|
"action": "verify_not_mockup",
|
|
"checks": [
|
|
"단가 목록 표시"
|
|
],
|
|
"expected": "정상 페이지 (목업 아님)"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "단가 목록 확인",
|
|
"action": "verify_table",
|
|
"checks": [
|
|
"품목 컬럼",
|
|
"단가 컬럼"
|
|
],
|
|
"expected": "단가 목록 표시"
|
|
}
|
|
],
|
|
"requiredVerifications": [
|
|
{
|
|
"id": 5,
|
|
"name": "목업 페이지 감지",
|
|
"steps": [2],
|
|
"criteria": "단가 관리 기능 확인"
|
|
}
|
|
]
|
|
}
|