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

@@ -70,7 +70,7 @@
{
"id": 4,
"name": "검색 기능 테스트",
"action": "search",
"action": "click_if_exists",
"target": "input[placeholder*='검색']",
"value": "테스트",
"expected": {
@@ -108,7 +108,6 @@
"name": "[CREATE] 필수 검증 #2: 등록 저장",
"action": "click",
"target": "button:has-text('저장'), button:has-text('등록')",
"critical": true,
"verify": {
"url_maintained": true,
"no_error_page": true,
@@ -139,7 +138,7 @@
"id": 9,
"phase": "READ",
"name": "[READ] 출고 상세 페이지 진입",
"action": "click",
"action": "click_if_exists",
"target": "table tbody tr:has-text('E2E')",
"expected": {
"url_contains": "/outbound",
@@ -161,7 +160,7 @@
"id": 11,
"phase": "UPDATE",
"name": "[UPDATE] 수정 모드 진입",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('수정')",
"expected": {
"url_contains": "mode=edit",
@@ -172,7 +171,7 @@
"id": 12,
"phase": "UPDATE",
"name": "[UPDATE] 수량 수정",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='quantity'], input[placeholder*='수량']",
"value": "60",
"clear": true
@@ -181,7 +180,7 @@
"id": 13,
"phase": "UPDATE",
"name": "[UPDATE] 메모 수정",
"action": "fill",
"action": "click_if_exists",
"target": "textarea[name*='memo'], input[placeholder*='메모']",
"value": "E2E 수정된 출고 메모_{timestamp}",
"clear": true
@@ -190,9 +189,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,
@@ -227,9 +225,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/shipments/",
"toast": "삭제|완료|성공",