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:
김보곤
2026-02-06 17:37:35 +09:00
parent b2509ee2dc
commit 3bc23c5884
43 changed files with 696 additions and 8094 deletions

View File

@@ -10,7 +10,7 @@
"menuNavigation": {
"level1": "설정",
"level2": "직책관리",
"expectedUrl": "/settings/positions",
"expectedUrl": "/settings/titles",
"searchWithinParent": true,
"closeOtherMenus": true
},
@@ -38,7 +38,7 @@
"level1": "설정",
"level2": "직책관리",
"expected": {
"url_contains": "/settings/positions",
"url_contains": "/settings/titles",
"visible": ["직책관리", "직책"]
}
},
@@ -137,7 +137,7 @@
"action": "click_if_exists",
"target": "table tbody tr:has-text('E2E_TEST')",
"expected": {
"url_contains": "/settings/positions",
"url_contains": "/settings/titles",
"visible": ["직책 상세", "수정", "삭제"]
}
},
@@ -227,7 +227,7 @@
"verify": {
"api_call": "DELETE /api/v1/positions/",
"toast": "삭제|완료|성공",
"redirect": "/settings/positions"
"redirect": "/settings/titles"
},
"expected": "삭제 완료 및 목록 복귀"
},