wcag-audit
A Node.js CLI tool that automatically scans web applications for WCAG accessibility violations across multiple routes and generates consolidated reports. It integrates IBM Accessibility Checker, axe-core, and Lighthouse to detect issues, filter false positives, and identify systemic patterns in component design—useful for teams automating accessibility compliance in CI/CD pipelines.
A comprehensive Node.js CLI tool that automates WCAG accessibility audits by integrating multiple engines (IBM Accessibility Checker, axe-core, Lighthouse) and generating consolidated reports across web application routes. It addresses the critical need for automated accessibility compliance testing in CI/CD pipelines with features like false-positive filtering, systemic pattern detection, and multi-format reporting.
- ✓Multi-engine integration with intelligent false-positive filtering and systemic pattern detection across shared components
- ✓Comprehensive CI/CD integration with fast mode, configurable thresholds, and multiple output formats including Linear/Jira imports
- ✓Advanced scanning capabilities including interactive state testing, iframe discovery, and third-party vendor defect classification
- →Add comprehensive test coverage with unit tests for core auditing logic and integration tests for the CLI interface
- →Include example configuration files and detailed troubleshooting section in documentation for common setup issues