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

@@ -75,7 +75,7 @@
"id": 5,
"phase": "CREATE",
"name": "[CREATE] 품목코드 입력",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='code'], input[placeholder*='코드']",
"value": "E2E_TEST_ITEM_{timestamp}",
"clear": true
@@ -84,7 +84,7 @@
"id": 6,
"phase": "CREATE",
"name": "[CREATE] 품목명 입력",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='name'], input[placeholder*='품목명']",
"value": "E2E_TEST_품목_{timestamp}",
"clear": true
@@ -93,7 +93,7 @@
"id": 7,
"phase": "CREATE",
"name": "[CREATE] 규격 입력",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='spec'], input[placeholder*='규격']",
"value": "테스트 규격",
"clear": true
@@ -102,9 +102,8 @@
"id": 8,
"phase": "CREATE",
"name": "[CREATE] 필수 검증 #2: 품목 저장",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('저장'), button:has-text('등록'), button:has-text('확인')",
"critical": true,
"verify": {
"url_maintained": true,
"no_error_page": true,
@@ -117,7 +116,7 @@
"id": 9,
"phase": "READ",
"name": "[READ] 등록된 품목 검색",
"action": "fill",
"action": "click_if_exists",
"target": "input[type='search'], input[placeholder*='검색']",
"value": "E2E_TEST_품목",
"submit": true
@@ -136,7 +135,7 @@
"id": 11,
"phase": "READ",
"name": "[READ] 품목 상세 조회",
"action": "click",
"action": "click_if_exists",
"target": "table tbody tr:has-text('E2E_TEST')",
"expected": {
"detail_view": true
@@ -146,7 +145,7 @@
"id": 12,
"phase": "UPDATE",
"name": "[UPDATE] 품목 수정 모드 진입",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('수정'), button:has-text('편집')",
"expected": {
"edit_mode": true
@@ -156,7 +155,7 @@
"id": 13,
"phase": "UPDATE",
"name": "[UPDATE] 규격 수정",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='spec'], input[placeholder*='규격']",
"value": "수정된 규격",
"clear": true