- 계좌관리 (settings-bank-account) - 직책관리 (settings-position) - 근태설정 (settings-attendance) - 휴가정책 (settings-vacation-policy) - 근무일정 (settings-work-schedule) - 알림설정 (settings-notification) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"id": "settings-attendance",
|
|
"name": "근태설정 테스트",
|
|
"screenshotPolicy": {
|
|
"onErrorOnly": true,
|
|
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
|
|
},
|
|
"description": "설정 > 근태설정 메뉴의 근태 정책 설정 기능 테스트",
|
|
"baseUrl": "https://dev.codebridge-x.com",
|
|
"menuNavigation": {
|
|
"level1": "설정",
|
|
"level2": "근태설정",
|
|
"expectedUrl": "/settings/attendance"
|
|
},
|
|
"auth": {
|
|
"username": "TestUser5",
|
|
"password": "password123!"
|
|
},
|
|
"steps": [
|
|
{
|
|
"id": 1,
|
|
"name": "메뉴 진입: 설정 > 근태설정",
|
|
"action": "menu_navigate",
|
|
"level1": "설정",
|
|
"level2": "근태설정",
|
|
"expected": {
|
|
"url_contains": "/settings/attendance",
|
|
"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": "근태 설정 폼, 저장 기능 확인"
|
|
}
|
|
]
|
|
}
|