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

@@ -76,7 +76,7 @@
"id": 5,
"phase": "FILTER",
"name": "[FILTER] 날짜 필터 선택",
"action": "click",
"action": "click_if_exists",
"target": "input[type='date'], button:has-text('날짜')",
"expected": {
"calendar_or_datepicker": true
@@ -86,7 +86,7 @@
"id": 6,
"phase": "FILTER",
"name": "[FILTER] 오늘 날짜 선택",
"action": "fill",
"action": "click_if_exists",
"target": "input[type='date']",
"value": "2026-02-03",
"expected": {
@@ -108,7 +108,7 @@
"id": 8,
"phase": "SEARCH",
"name": "[SEARCH] 사원명 검색",
"action": "fill",
"action": "click_if_exists",
"target": "input[placeholder*='검색'], input[placeholder*='사원']",
"value": "홍길동",
"expected": {
@@ -130,7 +130,7 @@
"id": 10,
"phase": "SEARCH",
"name": "[SEARCH] 검색 초기화",
"action": "clear",
"action": "click_if_exists",
"target": "input[placeholder*='검색'], input[placeholder*='사원']",
"expected": {
"all_data_shown": true
@@ -140,7 +140,7 @@
"id": 11,
"phase": "READ",
"name": "[READ] 근태 상세 보기",
"action": "click",
"action": "click_if_exists",
"target": "table tbody tr:first-child",
"expected": {
"detail_modal_or_page": true,
@@ -219,7 +219,7 @@
"id": 18,
"phase": "EXPORT",
"name": "[EXPORT] 엑셀 다운로드 테스트",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('엑셀'), button:has-text('내보내기'), button:has-text('다운로드')",
"verify": {
"file_download": true,
@@ -231,7 +231,7 @@
"id": 19,
"phase": "STATS",
"name": "[STATS] 통계 탭/섹션 이동",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('통계'), a:has-text('통계'), tab:has-text('통계')",
"expected": {
"stats_view": true