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:
@@ -9,6 +9,11 @@
|
||||
"baseUrl": "https://dev.codebridge-x.com",
|
||||
"url": "/hr/attendance",
|
||||
|
||||
"navigation": {
|
||||
"targetUrl": "/hr/attendance",
|
||||
"urlPattern": "/hr/attendance|/ko/hr/attendance",
|
||||
"menuHints": ["근태현황", "근태 현황", "출퇴근", "인사관리"]
|
||||
},
|
||||
"menuNavigationEnhanced": {
|
||||
"strategy": "scroll-and-search",
|
||||
"description": "사이드바를 스크롤하며 메뉴를 찾고 클릭하여 404를 방지",
|
||||
|
||||
Reference in New Issue
Block a user