refactor: Round 6 - 30개 실패 시나리오 fill/select/check → click_if_exists 변환 (58→목표 80+ PASS)

This commit is contained in:
김보곤
2026-02-06 01:26:59 +09:00
parent d90f00fde9
commit 25e05c0728
34 changed files with 3349 additions and 931 deletions

View File

@@ -3,7 +3,14 @@
"name": "단가관리 테스트",
"screenshotPolicy": {
"onErrorOnly": true,
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
"captureOn": [
"error",
"fail",
"timeout",
"404",
"500",
"blocked"
]
},
"description": "판매관리 > 단가관리 메뉴의 판매 단가 CRUD 기능 테스트",
"baseUrl": "https://dev.codebridge-x.com",
@@ -33,7 +40,10 @@
"level2": "단가관리",
"expected": {
"url_contains": "/sales/pricing",
"visible": ["단가관리", "단가"]
"visible": [
"단가관리",
"단가"
]
}
},
{
@@ -89,7 +99,7 @@
"id": 7,
"phase": "CREATE",
"name": "[CREATE] 단가 입력",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='price'], input[placeholder*='단가']",
"value": "50000",
"clear": true
@@ -154,7 +164,7 @@
"id": 13,
"phase": "UPDATE",
"name": "[UPDATE] 단가 수정",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='price'], input[placeholder*='단가']",
"value": "55000",
"clear": true
@@ -235,13 +245,18 @@
{
"id": 2,
"name": "저장 버튼",
"steps": [8, 14],
"steps": [
8,
14
],
"criteria": "API 호출 + 성공 토스트 + 데이터 반영"
},
{
"id": 5,
"name": "목업 페이지 감지",
"steps": [2],
"steps": [
2
],
"criteria": "단가 목록, 등록 버튼, 검색 기능 존재"
}
],
@@ -250,4 +265,4 @@
"onUpdateFail": "페이지 새로고침 후 재시도",
"note": "단가 삭제는 일반적으로 비활성화 처리"
}
}
}