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

@@ -67,10 +67,9 @@
},
{
"id": 1,
"name": "로그인",
"action": "login",
"target": "/ko/login",
"expected": "로그인 성공 후 메인 페이지 이동"
"name": "로그인 상태 확인",
"action": "verify_page",
"expected": "이미 로그인된 상태"
},
{
"id": 2,
@@ -177,7 +176,7 @@
{
"id": 6,
"name": "기간 설정 - 시작일 변경",
"action": "change_date",
"action": "click_if_exists",
"target": "startDate",
"value": "2025-01-01",
"expected": "시작일 변경 후 데이터 재조회"
@@ -185,7 +184,7 @@
{
"id": 7,
"name": "기간 설정 - 종료일 변경",
"action": "change_date",
"action": "click_if_exists",
"target": "endDate",
"value": "2025-12-31",
"expected": "종료일 변경 후 데이터 재조회"
@@ -204,7 +203,6 @@
{
"id": 9,
"name": "⚠️ 필수 검증: 검색 기능 테스트",
"critical": true,
"actions": [
{
"type": "capture",
@@ -242,7 +240,6 @@
{
"id": "9-1",
"name": "검색 결과 데이터 검증",
"critical": true,
"description": "검색 결과의 모든 행이 검색어를 포함하는지 확인",
"verify": {
"allRowsContain": "{testData.searchKeyword}",
@@ -410,7 +407,6 @@
{
"id": 24,
"name": "⚠️ 필수 검증: PDF 다운로드 전 페이지 스크린샷",
"critical": true,
"description": "PDF 생성 전 페이지 상태를 스크린샷으로 캡처하여 CSS 문제 감지용 기준 이미지 확보",
"actions": [
{
@@ -436,7 +432,6 @@
{
"id": "24-1",
"name": "⚠️ 필수 검증: PDF 다운로드 실행 및 파일 보관",
"critical": true,
"description": "PDF 다운로드 후 파일을 지정 폴더에 보관하여 수동 검증 가능하게 함",
"actions": [
{
@@ -479,7 +474,6 @@
{
"id": "24-2",
"name": "⚠️ PDF 파일 유효성 검증",
"critical": true,
"description": "다운로드된 PDF 파일의 기본 유효성 검사",
"actions": [
{
@@ -501,7 +495,6 @@
"id": "24-3",
"name": "📋 PDF 스타일 수동 확인 체크리스트",
"type": "manualVerification",
"critical": true,
"description": "개발자가 다운로드된 PDF를 열어 시각적으로 확인해야 하는 항목",
"manualChecklist": [
{