diff --git a/data/tools/axe-core.yml b/data/tools/axe-core.yml new file mode 100644 index 000000000..3049065b6 --- /dev/null +++ b/data/tools/axe-core.yml @@ -0,0 +1,14 @@ +name: axe-core +categories: + - linter +tags: + - html +license: MPL-2.0 +types: + - cli +source: 'https://github.com/dequelabs/axe-core' +homepage: 'https://www.deque.com/axe/' +description: >- + Accessibility engine for automated Web UI testing. Tests HTML against + WCAG 2.0, 2.1, and 2.2 guidelines. Used by Google Lighthouse, Microsoft + Accessibility Insights, and thousands of organizations worldwide. diff --git a/data/tools/pa11y.yml b/data/tools/pa11y.yml new file mode 100644 index 000000000..e9e7c6e4f --- /dev/null +++ b/data/tools/pa11y.yml @@ -0,0 +1,14 @@ +name: Pa11y +categories: + - linter +tags: + - html +license: LGPL-3.0 +types: + - cli +source: 'https://github.com/pa11y/pa11y' +homepage: 'https://pa11y.org/' +description: >- + Automated accessibility testing tool that runs HTML CodeSniffer or axe-core + from the command line. Supports CI/CD integration, multiple reporters, and + testing against WCAG 2.1 AA standards.