Accessibility Test Checker
Test web applications for WCAG 2.1 accessibility compliance with automated and manual testing strategies.
Usage
Describe your web application and this skill will guide you through accessibility testing.
Examples
- "Add automated accessibility tests to my React component tests"
- "Check my form for keyboard navigation and screen reader issues"
- "Verify color contrast ratios meet WCAG AA standards"
Guidelines
- Use axe-core for automated detection of common accessibility issues
- Test keyboard navigation for all interactive elements
- Verify screen reader announcements for dynamic content changes
- Check color contrast for all text against background combinations
- Include accessibility tests in your CI/CD pipeline