Implement automated accessibility testing using axe-core and related tools
Set up automated accessibility testing:
**Application:** {{APP_NAME}}
**Testing Framework:** {{FRAMEWORK}} (Jest/Cypress/Playwright)
**WCAG Compliance Level:** {{WCAG_LEVEL}} (A/AA/AAA)
**Pages to Test:**
{{PAGES_LIST}}
**Accessibility Test Coverage:**
1. **Automated Checks (axe-core):**
- Color contrast
- Missing alt text
- Form labels
- Heading hierarchy
- ARIA attributes
- Keyboard navigation
- Focus management
2. **Component-Level Tests:**
- Interactive elements
- Modal dialogs
- Dropdown menus
- Form validation messages
- Error announcements
3. **Page-Level Tests:**
- Skip links
- Landmark regions
- Page title
- Language attribute
- Reading order
4. **Integration with CI/CD:**
- Fail thresholds
- Report generation
- Issue tracking integration
**Generate:**
- axe-core configuration
- Test helper functions
- Cypress/Playwright commands
- Jest matchers
- HTML report template
- JIRA ticket template for issuesOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{APP_NAME][{FRAMEWORK][{WCAG_LEVEL][{PAGES_LIST]