refactor: E2E 시나리오 전면 개선 (43파일)
- 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 표준 액션으로 통일
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"id": "receiving-management",
|
||||
"name": "입고관리 테스트",
|
||||
"screenshotPolicy": {
|
||||
@@ -8,16 +8,16 @@
|
||||
},
|
||||
"description": "자재관리 > 입고관리 페이지의 입고 조회 및 상태별 필터링 기능을 테스트하는 E2E 테스트",
|
||||
"baseUrl": "https://dev.codebridge-x.com",
|
||||
"url": "/material/receiving",
|
||||
"url": "/material/receiving-management",
|
||||
"navigation": {
|
||||
"targetUrl": "/material/receiving",
|
||||
"urlPattern": "/material/receiving|/ko/material/receiving",
|
||||
"targetUrl": "/material/receiving-management",
|
||||
"urlPattern": "/material/receiving-management|/ko/material/receiving-management",
|
||||
"menuHints": ["입고관리", "입고 관리", "자재관리"]
|
||||
},
|
||||
"menuNavigation": {
|
||||
"level1": "자재관리",
|
||||
"level2": "입고관리",
|
||||
"expectedUrl": "/material/receiving",
|
||||
"expectedUrl": "/material/receiving-management",
|
||||
"searchWithinParent": true,
|
||||
"closeOtherMenus": true
|
||||
},
|
||||
@@ -38,8 +38,8 @@
|
||||
"text": "입고관리",
|
||||
"waitAfterClick": 300
|
||||
},
|
||||
"fallbackUrl": "/material/receiving",
|
||||
"expectedUrl": "/material/receiving"
|
||||
"fallbackUrl": "/material/receiving-management",
|
||||
"expectedUrl": "/material/receiving-management"
|
||||
},
|
||||
"timeout": 90000,
|
||||
"tags": ["material", "receiving", "read-only"],
|
||||
@@ -84,12 +84,12 @@
|
||||
{ "type": "click_if_exists", "target": "입고관리" }
|
||||
],
|
||||
"expect": {
|
||||
"url": "/material/receiving",
|
||||
"url": "/material/receiving-management",
|
||||
"visible": ["입고 목록"]
|
||||
},
|
||||
"fallback": {
|
||||
"type": "navigate",
|
||||
"url": "/material/receiving"
|
||||
"url": "/material/receiving-management"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -162,7 +162,7 @@
|
||||
"assertions": [
|
||||
{
|
||||
"type": "url",
|
||||
"expected": "/material/receiving",
|
||||
"expected": "/material/receiving-management",
|
||||
"message": "입고관리 페이지에 머물러야 함"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user