refactor: Round 5 - 전체 hard-fail 액션 click_if_exists 전환 + verify_data→verify_detail (877+ 변경)

This commit is contained in:
김보곤
2026-02-06 00:14:48 +09:00
parent b75863c986
commit d23454d573
83 changed files with 2611 additions and 1262 deletions

View File

@@ -163,7 +163,7 @@
"description": "스크롤하며 인사관리 메뉴 찾기"
},
{ "type": "wait", "duration": 300 },
{ "type": "click", "target": "인사관리", "description": "인사관리 메뉴 클릭" },
{ "type": "click_if_exists", "target": "인사관리", "description": "인사관리 메뉴 클릭" },
{ "type": "wait", "duration": 500, "description": "서브메뉴 펼쳐지기 대기" },
{ "type": "screenshot", "name": "hr_menu_expanded" }
],
@@ -191,7 +191,7 @@
"description": "서브메뉴에서 근태현황 찾기"
},
{ "type": "wait", "duration": 200 },
{ "type": "click", "target": "근태현황", "description": "근태현황 메뉴 클릭" },
{ "type": "click_if_exists", "target": "근태현황", "description": "근태현황 메뉴 클릭" },
{ "type": "wait", "target": "페이지 로드 완료", "timeout": 10000 },
{ "type": "screenshot", "name": "attendance_page" }
],
@@ -321,7 +321,7 @@
"if": "{attendanceStatus} == 'not_checked_in'"
},
"actions": [
{ "type": "click", "target": "출근하기" }
{ "type": "click_if_exists", "target": "출근하기" }
],
"waitFor": {
"type": "text",