Files
sam-scenarios/quality-certification.json

61 lines
1.6 KiB
JSON
Raw Normal View History

{
"id": "quality-certification",
"name": "품질인정심사 시스템 테스트",
"screenshotPolicy": {
"onErrorOnly": true,
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
},
"description": "품질관리 > 품질인정심사 시스템 메뉴의 기능 테스트",
"baseUrl": "https://dev.codebridge-x.com",
"menuNavigation": {
"level1": "품질관리",
"level2": "품질인정심사 시스템",
"expectedUrl": "/quality/certification"
},
"auth": {
"username": "TestUser5",
"password": "password123!"
},
"steps": [
{
"id": 1,
"name": "메뉴 진입: 품질관리 > 품질인정심사 시스템",
"action": "menu_navigate",
"level1": "품질관리",
"level2": "품질인정심사 시스템",
"expected": {
"url_contains": "/quality",
"visible": ["품질인정심사"]
}
},
{
"id": 2,
"name": "필수 검증 #5: 목업 페이지 감지",
"action": "verify_not_mockup",
"checks": [
"페이지 콘텐츠 로드",
"주요 기능 버튼 존재"
],
"expected": "정상 페이지 (목업 아님)"
},
{
"id": 3,
"name": "페이지 요소 확인",
"action": "verify_elements",
"checks": [
"페이지 타이틀 표시",
"주요 콘텐츠 영역 존재"
],
"expected": "페이지 정상 로드"
}
],
"requiredVerifications": [
{
"id": 5,
"name": "목업 페이지 감지",
"steps": [2],
"criteria": "페이지 콘텐츠 확인"
}
]
}