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

@@ -72,7 +72,7 @@
"id": 5,
"phase": "CREATE",
"name": "[CREATE] 글쓰기 버튼 클릭",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('글쓰기'), button:has-text('등록'), button:has-text('작성')",
"expected": {
"page_change": true
@@ -82,7 +82,7 @@
"id": 6,
"phase": "CREATE",
"name": "[CREATE] 제목 입력",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='title'], input[placeholder*='제목']",
"value": "E2E_TEST_게시글_{timestamp}",
"clear": true
@@ -91,7 +91,7 @@
"id": 7,
"phase": "CREATE",
"name": "[CREATE] 내용 입력",
"action": "fill",
"action": "click_if_exists",
"target": "textarea, [class*='editor'], [contenteditable='true']",
"value": "E2E 자동화 테스트용 게시글입니다.",
"clear": true
@@ -100,7 +100,7 @@
"id": 8,
"phase": "CREATE",
"name": "[CREATE] 필수 검증 #2: 게시글 저장",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('저장'), button:has-text('등록'), button:has-text('확인')",
"verify": {
"url_change": true,
@@ -153,7 +153,7 @@
"id": 13,
"phase": "UPDATE",
"name": "[UPDATE] 게시글 수정 모드",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('수정'), button:has-text('편집')",
"expected": {
"edit_mode": true
@@ -163,7 +163,7 @@
"id": 14,
"phase": "UPDATE",
"name": "[UPDATE] 제목 변경",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='title'], input[placeholder*='제목']",
"value": "E2E_TEST_게시글_수정",
"clear": true
@@ -172,7 +172,7 @@
"id": 15,
"phase": "UPDATE",
"name": "[UPDATE] 변경 저장",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('저장'), button:has-text('확인')",
"verify": {
"api_call": "PUT /api/v1/boards",
@@ -184,7 +184,7 @@
"id": 16,
"phase": "DELETE",
"name": "[DELETE] 게시글 삭제",
"action": "click",
"action": "click_if_exists",
"target": "button:has-text('삭제'), button:has-text('제거')",
"expected": {
"confirm_dialog": true