Files
sam-scenarios/production-work-result.json

63 lines
1.6 KiB
JSON
Raw Normal View History

{
"id": "production-work-result",
"name": "작업실적 테스트",
"screenshotPolicy": {
"onErrorOnly": true,
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
},
"description": "생산관리 > 작업실적 메뉴의 작업 실적 조회/등록 기능 테스트",
"baseUrl": "https://dev.codebridge-x.com",
"menuNavigation": {
"level1": "생산관리",
"level2": "작업실적",
"expectedUrl": "/production/work-results"
},
"auth": {
"username": "TestUser5",
"password": "password123!"
},
"steps": [
{
"id": 1,
"name": "메뉴 진입: 생산관리 > 작업실적",
"action": "menu_navigate",
"level1": "생산관리",
"level2": "작업실적",
"expected": {
"url_contains": "/production/work",
"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": "작업실적 목록 확인"
}
]
}