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
This commit is contained in:
60
accounting-card-history.json
Normal file
60
accounting-card-history.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"id": "accounting-card-history",
|
||||
"name": "카드내역조회 테스트",
|
||||
"screenshotPolicy": {
|
||||
"onErrorOnly": true,
|
||||
"captureOn": ["error", "fail", "timeout", "404", "500", "blocked"]
|
||||
},
|
||||
"description": "회계관리 > 카드내역조회 메뉴의 카드 사용내역 조회 기능 테스트",
|
||||
"baseUrl": "https://dev.codebridge-x.com",
|
||||
"menuNavigation": {
|
||||
"level1": "회계관리",
|
||||
"level2": "카드내역조회",
|
||||
"expectedUrl": "/accounting/card-history"
|
||||
},
|
||||
"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": "카드내역 조회 기능 확인"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user