chore: 미구현 메뉴 시나리오 6건 삭제

- accounting-cost (원가관리): 사이드바 메뉴 미존재
- accounting-financial (재무제표): 사이드바 메뉴 미존재
- inspection-management (검사관리): 사이드바 메뉴 미존재
- vehicle-management (차량관리): 1차 메뉴 미존재
- comprehensive-analysis (종합분석): 리포트 메뉴 미존재
- report-analysis (종합분석): 리포트 메뉴 미존재

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-04 21:59:56 +09:00
parent 40146d7ba1
commit aa078458a4
33 changed files with 178 additions and 1592 deletions

View File

@@ -1,5 +1,5 @@
{
"scenarioId": "approval-box",
"id": "approval-box",
"name": "결재함 E2E 테스트",
"screenshotPolicy": {
"onErrorOnly": true,
@@ -7,6 +7,17 @@
},
"description": "결재함 페이지의 전체 기능을 검증합니다 (탭 전환, 검색, 필터, 승인/반려, 모달)",
"baseUrl": "https://dev.codebridge-x.com",
"menuNavigation": {
"level1": "결재관리",
"level2": "결재함",
"expectedUrl": "/ko/approval/inbox",
"searchWithinParent": true,
"closeOtherMenus": true
},
"auth": {
"username": "TestUser5",
"password": "password123!"
},
"navigation": {
"targetUrl": "/approval/inbox",