feat: 누락 시나리오 22개 추가
- 게시판(2): board-management, board-test
- 고객센터(3): customer-inquiry, customer-faq, customer-event
- 판매관리(1): sales-site
- 구매관리(1): purchase-pricing
- 생산관리(3): production-dashboard, production-work-order, production-worker
- 출고관리(1): shipment-dispatch
- 회계관리(11): accounting-sales, accounting-purchase, accounting-cost,
accounting-financial, accounting-bill, accounting-bank-transaction,
accounting-card-history, accounting-receivable, accounting-expense-forecast,
accounting-bad-debt, accounting-daily-report
2026-02-03 09:08:18 +09:00
|
|
|
{
|
|
|
|
|
"id": "production-worker",
|
|
|
|
|
"name": "작업자 화면 테스트",
|
|
|
|
|
"screenshotPolicy": {
|
|
|
|
|
"onErrorOnly": true,
|
|
|
|
|
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
|
|
|
|
|
},
|
2026-02-07 18:54:44 +09:00
|
|
|
"description": "생산관리 > 작업자 화면 목록/상세 기능 검증",
|
feat: 누락 시나리오 22개 추가
- 게시판(2): board-management, board-test
- 고객센터(3): customer-inquiry, customer-faq, customer-event
- 판매관리(1): sales-site
- 구매관리(1): purchase-pricing
- 생산관리(3): production-dashboard, production-work-order, production-worker
- 출고관리(1): shipment-dispatch
- 회계관리(11): accounting-sales, accounting-purchase, accounting-cost,
accounting-financial, accounting-bill, accounting-bank-transaction,
accounting-card-history, accounting-receivable, accounting-expense-forecast,
accounting-bad-debt, accounting-daily-report
2026-02-03 09:08:18 +09:00
|
|
|
"baseUrl": "https://dev.codebridge-x.com",
|
|
|
|
|
"menuNavigation": {
|
|
|
|
|
"level1": "생산관리",
|
|
|
|
|
"level2": "작업자 화면",
|
2026-02-03 13:49:08 +09:00
|
|
|
"expectedUrl": "/production/worker-screen",
|
|
|
|
|
"searchWithinParent": true,
|
|
|
|
|
"closeOtherMenus": true
|
feat: 누락 시나리오 22개 추가
- 게시판(2): board-management, board-test
- 고객센터(3): customer-inquiry, customer-faq, customer-event
- 판매관리(1): sales-site
- 구매관리(1): purchase-pricing
- 생산관리(3): production-dashboard, production-work-order, production-worker
- 출고관리(1): shipment-dispatch
- 회계관리(11): accounting-sales, accounting-purchase, accounting-cost,
accounting-financial, accounting-bill, accounting-bank-transaction,
accounting-card-history, accounting-receivable, accounting-expense-forecast,
accounting-bad-debt, accounting-daily-report
2026-02-03 09:08:18 +09:00
|
|
|
},
|
|
|
|
|
"auth": {
|
|
|
|
|
"username": "TestUser5",
|
|
|
|
|
"password": "password123!"
|
|
|
|
|
},
|
|
|
|
|
"steps": [
|
|
|
|
|
{
|
|
|
|
|
"id": 1,
|
|
|
|
|
"name": "메뉴 진입: 생산관리 > 작업자 화면",
|
|
|
|
|
"action": "menu_navigate",
|
|
|
|
|
"level1": "생산관리",
|
|
|
|
|
"level2": "작업자 화면",
|
2026-02-07 13:46:22 +09:00
|
|
|
"expected": { "url_contains": "/production" }
|
feat: 누락 시나리오 22개 추가
- 게시판(2): board-management, board-test
- 고객센터(3): customer-inquiry, customer-faq, customer-event
- 판매관리(1): sales-site
- 구매관리(1): purchase-pricing
- 생산관리(3): production-dashboard, production-work-order, production-worker
- 출고관리(1): shipment-dispatch
- 회계관리(11): accounting-sales, accounting-purchase, accounting-cost,
accounting-financial, accounting-bill, accounting-bank-transaction,
accounting-card-history, accounting-receivable, accounting-expense-forecast,
accounting-bad-debt, accounting-daily-report
2026-02-03 09:08:18 +09:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 2,
|
2026-02-07 13:46:22 +09:00
|
|
|
"name": "목업 감지",
|
|
|
|
|
"action": "verify_not_mockup"
|
feat: 누락 시나리오 22개 추가
- 게시판(2): board-management, board-test
- 고객센터(3): customer-inquiry, customer-faq, customer-event
- 판매관리(1): sales-site
- 구매관리(1): purchase-pricing
- 생산관리(3): production-dashboard, production-work-order, production-worker
- 출고관리(1): shipment-dispatch
- 회계관리(11): accounting-sales, accounting-purchase, accounting-cost,
accounting-financial, accounting-bill, accounting-bank-transaction,
accounting-card-history, accounting-receivable, accounting-expense-forecast,
accounting-bad-debt, accounting-daily-report
2026-02-03 09:08:18 +09:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 3,
|
2026-02-07 13:46:22 +09:00
|
|
|
"name": "작업자 화면 페이지 확인",
|
|
|
|
|
"action": "verify_detail",
|
|
|
|
|
"checks": ["visible_text:작업"]
|
2026-02-03 13:49:08 +09:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 4,
|
2026-02-07 18:54:44 +09:00
|
|
|
"name": "UI 요소 확인",
|
|
|
|
|
"action": "verify_detail",
|
|
|
|
|
"checks": ["visible_text:관리"]
|
2026-02-03 13:49:08 +09:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 5,
|
2026-02-07 18:54:44 +09:00
|
|
|
"name": "검색 입력 시도",
|
|
|
|
|
"action": "click_if_exists",
|
|
|
|
|
"target": "input[type='search'], input[placeholder*='검색'], input[placeholder*='조회'], [class*='search'] input"
|
2026-02-03 13:49:08 +09:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 6,
|
2026-02-07 18:54:44 +09:00
|
|
|
"name": "대기",
|
|
|
|
|
"action": "wait",
|
|
|
|
|
"duration": 1000
|
2026-02-03 13:49:08 +09:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 7,
|
2026-02-07 18:54:44 +09:00
|
|
|
"name": "행 클릭 시도",
|
|
|
|
|
"action": "click_if_exists",
|
|
|
|
|
"target": "table tbody tr, [role='row']:not(:first-child), [class*='list'] [class*='item']"
|
2026-02-03 13:49:08 +09:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 8,
|
2026-02-07 13:46:22 +09:00
|
|
|
"name": "상세 확인",
|
|
|
|
|
"action": "verify_detail",
|
|
|
|
|
"checks": ["visible_text:작업"]
|
2026-02-03 13:49:08 +09:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 9,
|
2026-02-07 13:46:22 +09:00
|
|
|
"name": "모달 닫기",
|
|
|
|
|
"action": "close_modal_if_open"
|
2026-02-03 13:49:08 +09:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 10,
|
2026-02-07 18:54:44 +09:00
|
|
|
"name": "최종 확인",
|
|
|
|
|
"action": "verify_detail",
|
|
|
|
|
"checks": ["visible_text:작업"]
|
feat: 누락 시나리오 22개 추가
- 게시판(2): board-management, board-test
- 고객센터(3): customer-inquiry, customer-faq, customer-event
- 판매관리(1): sales-site
- 구매관리(1): purchase-pricing
- 생산관리(3): production-dashboard, production-work-order, production-worker
- 출고관리(1): shipment-dispatch
- 회계관리(11): accounting-sales, accounting-purchase, accounting-cost,
accounting-financial, accounting-bill, accounting-bank-transaction,
accounting-card-history, accounting-receivable, accounting-expense-forecast,
accounting-bad-debt, accounting-daily-report
2026-02-03 09:08:18 +09:00
|
|
|
}
|
2026-02-07 13:46:22 +09:00
|
|
|
]
|
feat: 누락 시나리오 22개 추가
- 게시판(2): board-management, board-test
- 고객센터(3): customer-inquiry, customer-faq, customer-event
- 판매관리(1): sales-site
- 구매관리(1): purchase-pricing
- 생산관리(3): production-dashboard, production-work-order, production-worker
- 출고관리(1): shipment-dispatch
- 회계관리(11): accounting-sales, accounting-purchase, accounting-cost,
accounting-financial, accounting-bill, accounting-bank-transaction,
accounting-card-history, accounting-receivable, accounting-expense-forecast,
accounting-bad-debt, accounting-daily-report
2026-02-03 09:08:18 +09:00
|
|
|
}
|