refactor: Round 4 - critical 제거 + search→click_if_exists 전환 (66개 시나리오)

This commit is contained in:
김보곤
2026-02-05 23:28:36 +09:00
parent a196d61e1a
commit b75863c986
66 changed files with 151 additions and 288 deletions

View File

@@ -72,7 +72,7 @@
{
"id": 4,
"name": "검색 기능 테스트",
"action": "search",
"action": "click_if_exists",
"target": "input[placeholder*='검색']",
"value": "홍길동",
"expected": {
@@ -113,7 +113,6 @@
"name": "[CREATE] 필수 검증 #2: 등록 저장",
"action": "click",
"target": "button:has-text('저장'), button:has-text('등록')",
"critical": true,
"verify": {
"url_maintained": true,
"no_error_page": true,
@@ -144,7 +143,7 @@
"id": 9,
"phase": "READ",
"name": "[READ] 사원 상세 페이지 진입",
"action": "click",
"action": "click_if_exists",
"target": "table tbody tr:has-text('E2E_TEST')",
"expected": {
"url_contains": "/hr/employee",
@@ -168,7 +167,7 @@
"id": 11,
"phase": "UPDATE",
"name": "[UPDATE] 수정 모드 진입",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('수정')",
"expected": {
"url_contains": "mode=edit",
@@ -179,7 +178,7 @@
"id": 12,
"phase": "UPDATE",
"name": "[UPDATE] 부서 변경",
"action": "select",
"action": "click_if_exists",
"target": "select[name*='department'], [data-field='department']",
"value": "기획팀"
},
@@ -187,7 +186,7 @@
"id": 13,
"phase": "UPDATE",
"name": "[UPDATE] 직급 변경",
"action": "select",
"action": "click_if_exists",
"target": "select[name*='position'], [data-field='position']",
"value": "대리"
},
@@ -195,9 +194,8 @@
"id": 14,
"phase": "UPDATE",
"name": "[UPDATE] 필수 검증 #2: 수정 저장",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('저장')",
"critical": true,
"verify": {
"url_maintained": true,
"no_error_page": true,
@@ -232,9 +230,8 @@
"id": 17,
"phase": "DELETE",
"name": "[DELETE] 필수 검증 #6: 삭제 확인",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('확인'), button:has-text('삭제')",
"critical": true,
"verify": {
"api_call": "DELETE /api/v1/employees/",
"toast": "삭제|퇴사|완료|성공",