- Phase 0: 미구현 모듈 시나리오 13개 삭제 (구매관리, 중복, 라우트 없음) - Phase 2: Settings URL 불일치 수정 (position, attendance, vacation-policy, bank-account, account, notification) - Phase 3-4: 비설정 시나리오 URL/메뉴/UI 수정 (inventory-status, receiving-management, price-management, customer-inquiry, shipment-management, sales-client, quality-certification, customer-notice, production-* 등) - Phase 5-6: 복잡 시나리오 재작성 (draft-box 50→14스텝, department-add 18→10스텝, free-board 70→22스텝, crud-delete-freeboard 14→17스텝) - 16개 disabled 시나리오 enabled 전환 - 비표준 액션(fillInModal, randomData, usePlaywrightNative 등) → step-executor 표준 액션으로 통일
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"enabled": true,
|
|
"id": "quality-certification",
|
|
"name": "품질인정심사 시스템 테스트",
|
|
"screenshotPolicy": {
|
|
"onErrorOnly": true,
|
|
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
|
|
},
|
|
"description": "품질관리 > 품질인정심사 시스템 메뉴의 기능 테스트",
|
|
"baseUrl": "https://dev.codebridge-x.com",
|
|
"menuNavigation": {
|
|
"level1": "품질관리",
|
|
"level2": "품질인정심사 시스템",
|
|
"expectedUrl": "/quality/qms",
|
|
"searchWithinParent": true,
|
|
"closeOtherMenus": true
|
|
},
|
|
"auth": {
|
|
"username": "TestUser5",
|
|
"password": "password123!"
|
|
},
|
|
"steps": [
|
|
{
|
|
"id": 1,
|
|
"name": "메뉴 진입: 품질관리 > 품질인정심사 시스템",
|
|
"action": "menu_navigate",
|
|
"level1": "품질관리",
|
|
"level2": "품질인정심사 시스템",
|
|
"expected": {
|
|
"url_contains": "/quality",
|
|
"visible": ["품질인정심사"]
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "필수 검증 #5: 목업 페이지 감지",
|
|
"action": "verify_not_mockup",
|
|
"checks": [
|
|
"페이지 콘텐츠 로드",
|
|
"주요 기능 버튼 존재"
|
|
],
|
|
"expected": "정상 페이지 (목업 아님)"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "페이지 요소 확인",
|
|
"action": "verify_elements",
|
|
"checks": [
|
|
"페이지 타이틀 표시",
|
|
"주요 콘텐츠 영역 존재"
|
|
],
|
|
"expected": "페이지 정상 로드"
|
|
}
|
|
],
|
|
"requiredVerifications": [
|
|
{
|
|
"id": 5,
|
|
"name": "목업 페이지 감지",
|
|
"steps": [2],
|
|
"criteria": "페이지 콘텐츠 확인"
|
|
}
|
|
]
|
|
}
|