Skip to content

Commit 9b5002b

Browse files
authored
Merge pull request #1760 from shibley/add-accessibility-tools
Add axe-core and Pa11y accessibility testing tools
2 parents 4658b10 + 53620bc commit 9b5002b

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

data/tools/axe-core.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: axe-core
2+
categories:
3+
- linter
4+
tags:
5+
- html
6+
license: MPL-2.0
7+
types:
8+
- cli
9+
source: 'https://github.com/dequelabs/axe-core'
10+
homepage: 'https://www.deque.com/axe/'
11+
description: >-
12+
Accessibility engine for automated Web UI testing. Tests HTML against
13+
WCAG 2.0, 2.1, and 2.2 guidelines. Used by Google Lighthouse, Microsoft
14+
Accessibility Insights, and thousands of organizations worldwide.

data/tools/pa11y.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Pa11y
2+
categories:
3+
- linter
4+
tags:
5+
- html
6+
license: LGPL-3.0
7+
types:
8+
- cli
9+
source: 'https://github.com/pa11y/pa11y'
10+
homepage: 'https://pa11y.org/'
11+
description: >-
12+
Automated accessibility testing tool that runs HTML CodeSniffer or axe-core
13+
from the command line. Supports CI/CD integration, multiple reporters, and
14+
testing against WCAG 2.1 AA standards.

0 commit comments

Comments
 (0)