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

@@ -1,5 +1,5 @@
{
"enabled": false,
"enabled": true,
"id": "sales-client",
"name": "판매거래처관리 테스트",
"screenshotPolicy": {
@@ -18,7 +18,7 @@
"menuNavigation": {
"level1": "판매관리",
"level2": "거래처관리",
"expectedUrl": "/sales/client-management",
"expectedUrl": "/sales/client-management-sales-admin",
"searchWithinParent": true,
"closeOtherMenus": true
},