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",
@@ -34,7 +41,10 @@
"level2": "카드관리",
"expected": {
"url_contains": "/hr/card",
"visible": ["카드관리", "카드"]
"visible": [
"카드관리",
"카드"
]
}
},
{
@@ -93,7 +103,7 @@
"id": 7,
"phase": "CREATE",
"name": "[CREATE] 카드번호 입력",
"action": "fill",
"action": "click_if_exists",
"target": "input[name*='number'], input[placeholder*='카드번호']",
"value": "1234-5678-9012-3456",
"clear": true
@@ -245,13 +255,18 @@
{
"id": 2,
"name": "저장 버튼",
"steps": [9, 16],
"steps": [
9,
16
],
"criteria": "API 호출 + 성공 토스트 + 데이터 반영"
},
{
"id": 5,
"name": "목업 페이지 감지",
"steps": [2],
"steps": [
2
],
"criteria": "카드 목록, 등록 버튼, 검색 기능 존재"
}
],
@@ -261,4 +276,4 @@
"onDeleteFail": "수동 삭제 필요",
"cleanupRequired": "E2E_TEST_카드* 패턴 데이터 삭제"
}
}
}