refactor: navigation 속성 추가 (targetUrl, urlPattern, menuHints)

- 54개 시나리오 파일에 URL 기반 메뉴 탐색을 위한 navigation 속성 추가
- targetUrl: 정확한 페이지 URL 경로
- urlPattern: ko 버전 포함 URL 패턴 (regex)
- menuHints: 메뉴명 힌트 배열 (fallback용)

메뉴 탐색 실패율 41.8% → URL 기반 방식으로 개선 예정

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
light
2026-01-30 21:47:29 +09:00
parent 8580c891eb
commit cff20a6c0e
54 changed files with 270 additions and 0 deletions

View File

@@ -8,6 +8,11 @@
"description": "생산관리 - 생산 현황판 메뉴의 전체 기능 테스트: 통계 카드 확인, 공장별 탭 필터, 긴급/지연 작업 표시, 작업지시 상세보기, 작업자 화면 및 작업지시 목록 이동",
"baseUrl": "https://dev.codebridge-x.com",
"url": "/production/dashboard",
"navigation": {
"targetUrl": "/production/dashboard",
"urlPattern": "/production/dashboard|/ko/production/dashboard",
"menuHints": ["생산 현황판", "생산현황판", "생산관리"]
},
"menuNavigation": {
"level1": "생산관리",
"level2": "생산 현황판",