Files
sam-scenarios/a11y-acc-sales.json

44 lines
900 B
JSON

{
"id": "a11y-acc-sales",
"name": "접근성 검사: 회계관리 > 매출관리",
"version": "1.0.0",
"auth": {
"role": "admin"
},
"menuNavigation": {
"level1": "회계관리",
"level2": "매출관리"
},
"screenshotPolicy": {
"captureOnFail": true,
"captureOnPass": false
},
"steps": [
{
"id": 1,
"name": "페이지 로드 대기",
"action": "wait",
"timeout": 3000
},
{
"id": 2,
"name": "테이블/콘텐츠 로드 대기",
"action": "wait_for_table",
"timeout": 20000
},
{
"id": 3,
"name": "접근성 감사",
"action": "accessibility_audit",
"timeout": 15000,
"phase": "A11Y_AUDIT"
},
{
"id": 4,
"name": "키보드 네비게이션 검사",
"action": "keyboard_navigate",
"timeout": 15000,
"phase": "KBD_NAV"
}
]
}