Files
sam-scenarios/_backup_before_enhance/hr-attendance-admin.json

84 lines
2.1 KiB
JSON
Raw Normal View History

{
"id": "hr-attendance-admin",
"name": "근태관리 테스트",
"screenshotPolicy": {
"onErrorOnly": true,
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
},
"description": "인사관리 > 근태관리 목록/상세 기능 검증",
"baseUrl": "https://dev.codebridge-x.com",
"menuNavigation": {
"level1": "인사관리",
"level2": "근태관리",
"expectedUrl": "/hr/attendance-management",
"searchWithinParent": true,
"closeOtherMenus": true
},
"auth": {
"username": "TestUser5",
"password": "password123!"
},
"steps": [
{
"id": 1,
"name": "메뉴 진입: 인사관리 > 근태관리",
"action": "menu_navigate",
"level1": "인사관리",
"level2": "근태관리",
"expected": { "url_contains": "/hr/attendance" }
},
{
"id": 2,
"name": "목업 감지",
"action": "verify_not_mockup"
},
{
"id": 3,
"name": "근태관리 페이지 확인",
"action": "verify_detail",
"checks": ["visible_text:근태"]
},
{
"id": 4,
"name": "UI 요소 확인",
"action": "verify_detail",
"checks": ["visible_text:관리"]
},
{
"id": 5,
"name": "필터/검색 시도",
"action": "click_if_exists",
"target": "input[type='search'], input[type='date'], input[placeholder*='검색'], input[placeholder*='조회'], [class*='search'] input, [class*='filter'] input"
},
{
"id": 6,
"name": "대기",
"action": "wait",
"duration": 1000
},
{
"id": 7,
"name": "행 클릭 시도",
"action": "click_if_exists",
"target": "table tbody tr, [role='row']:not(:first-child), [class*='list'] [class*='item']"
},
{
"id": 8,
"name": "상세 확인",
"action": "verify_detail",
"checks": ["visible_text:근태"]
},
{
"id": 9,
"name": "모달 닫기",
"action": "close_modal_if_open"
},
{
"id": 10,
"name": "최종 확인",
"action": "verify_detail",
"checks": ["visible_text:근태"]
}
]
}