feat: Phase 3 시나리오 60개 추가 (워크플로우 5, 성능 20, 엣지케이스 15, 접근성 20)
- workflow-*: 다중 모듈 비즈니스 워크플로우 5종 - perf-*: 20개 주요 페이지 성능 측정 시나리오 - edge-*: 폼 검증, 경계값, 특수문자, 빠른 클릭 등 15종 - a11y-*: WCAG 2.1 AA 접근성 검사 20개 페이지
This commit is contained in:
44
a11y-acc-purchase.json
Normal file
44
a11y-acc-purchase.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"id": "a11y-acc-purchase",
|
||||
"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": 5000
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "접근성 감사",
|
||||
"action": "accessibility_audit",
|
||||
"timeout": 15000,
|
||||
"phase": "A11Y_AUDIT"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "키보드 네비게이션 검사",
|
||||
"action": "keyboard_navigate",
|
||||
"timeout": 15000,
|
||||
"phase": "KBD_NAV"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user