Files
sam-scenarios/accounting-receivable.json
김보곤 c6c716fdb4 fix: 시나리오 expectedUrl 실제 URL과 일치하도록 수정
- board-management: /boards/management → /board/board-management
- board-test: /boards/test → /boards/board_
- purchase-pricing: /purchase/pricing → /sales/pricing-management
- production-worker: /production/worker → /production/worker-screen
- shipment-dispatch: /shipment/dispatch → /outbound/vehicle-dispatches
- accounting-sales: /accounting/sales → /accounting/sales-accounting
- accounting-purchase: /accounting/purchase → /accounting/purchase-accounting
- accounting-cost: /accounting/cost → /accounting/cost-management
- accounting-card-history: /accounting/card-history → /accounting/card-transactions
- accounting-receivable: /accounting/receivables → /accounting/receivables-status
- accounting-expense-forecast: /accounting/expense-forecast → /accounting/expected-expenses
- accounting-bad-debt: /accounting/bad-debt → /accounting/bad-debt-collection
2026-02-03 09:25:08 +09:00

60 lines
1.5 KiB
JSON

{
"id": "accounting-receivable",
"name": "미수금현황 테스트",
"screenshotPolicy": {
"onErrorOnly": true,
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
},
"description": "회계관리 > 미수금현황 메뉴의 미수금 조회 기능 테스트",
"baseUrl": "https://dev.codebridge-x.com",
"menuNavigation": {
"level1": "회계관리",
"level2": "미수금현황",
"expectedUrl": "/accounting/receivables-status"
},
"auth": {
"username": "TestUser5",
"password": "password123!"
},
"steps": [
{
"id": 1,
"name": "메뉴 진입: 회계관리 > 미수금현황",
"action": "menu_navigate",
"level1": "회계관리",
"level2": "미수금현황",
"expected": {
"url_contains": "/accounting",
"visible": ["미수금"]
}
},
{
"id": 2,
"name": "필수 검증 #5: 목업 페이지 감지",
"action": "verify_not_mockup",
"checks": [
"미수금 목록 표시"
],
"expected": "정상 페이지 (목업 아님)"
},
{
"id": 3,
"name": "미수금 목록 확인",
"action": "verify_table",
"checks": [
"거래처 컬럼",
"미수금액 컬럼"
],
"expected": "미수금 목록 표시"
}
],
"requiredVerifications": [
{
"id": 5,
"name": "목업 페이지 감지",
"steps": [2],
"criteria": "미수금 조회 기능 확인"
}
]
}