Files
sam-scenarios/customer-event.json

59 lines
1.5 KiB
JSON
Raw Normal View History

{
"id": "customer-event",
"name": "이벤트 게시판 테스트",
"screenshotPolicy": {
"onErrorOnly": true,
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
},
"description": "고객센터 > 이벤트 게시판 메뉴의 이벤트 목록 기능 테스트",
"baseUrl": "https://dev.codebridge-x.com",
"menuNavigation": {
"level1": "고객센터",
"level2": "이벤트 게시판",
"expectedUrl": "/customer-center/events"
},
"auth": {
"username": "TestUser5",
"password": "password123!"
},
"steps": [
{
"id": 1,
"name": "메뉴 진입: 고객센터 > 이벤트 게시판",
"action": "menu_navigate",
"level1": "고객센터",
"level2": "이벤트 게시판",
"expected": {
"url_contains": "/customer-center",
"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": "이벤트 기능 확인"
}
]
}