Files
sam-scenarios/report-analysis.json

71 lines
1.8 KiB
JSON
Raw Normal View History

{
"id": "report-analysis",
"name": "종합분석 테스트",
"screenshotPolicy": {
"onErrorOnly": true,
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
},
"description": "리포트 > 종합분석 메뉴의 분석 대시보드 기능 테스트",
"baseUrl": "https://dev.codebridge-x.com",
"menuNavigation": {
"level1": "리포트",
"level2": "종합분석",
"expectedUrl": "/reports/comprehensive-analysis"
},
"auth": {
"username": "TestUser5",
"password": "password123!"
},
"steps": [
{
"id": 1,
"name": "메뉴 진입: 리포트 > 종합분석",
"action": "menu_navigate",
"level1": "리포트",
"level2": "종합분석",
"expected": {
"url_contains": "/reports/comprehensive",
"visible": ["종합분석", "분석"]
}
},
{
"id": 2,
"name": "필수 검증 #5: 목업 페이지 감지",
"action": "verify_not_mockup",
"checks": [
"분석 차트 표시",
"데이터 요약 카드 존재"
],
"expected": "정상 페이지 (목업 아님)"
},
{
"id": 3,
"name": "분석 대시보드 확인",
"action": "verify_elements",
"checks": [
"매출 차트 또는 데이터",
"비용 차트 또는 데이터",
"요약 통계"
],
"expected": "분석 대시보드 표시"
},
{
"id": 4,
"name": "기간 선택 필터 확인",
"action": "verify_elements",
"checks": [
"기간 선택 가능"
],
"expected": "기간 필터 표시"
}
],
"requiredVerifications": [
{
"id": 5,
"name": "목업 페이지 감지",
"steps": [2],
"criteria": "분석 차트, 데이터 확인"
}
]
}