Skip to content

Add axe DevTools, RatedWithAI, and Pa11y to Accessibility testing tools#695

Open
shibley wants to merge 1 commit intothedaviddias:mainfrom
shibley:add-accessibility-testing-tools
Open

Add axe DevTools, RatedWithAI, and Pa11y to Accessibility testing tools#695
shibley wants to merge 1 commit intothedaviddias:mainfrom
shibley:add-accessibility-testing-tools

Conversation

@shibley
Copy link

@shibley shibley commented Mar 4, 2026

Summary

The Accessibility testing section currently only links to WAVE. This PR adds three additional testing tools that complement WAVE by covering different testing approaches:

  • axe DevTools — Browser extension by Deque, the most widely used automated WCAG testing tool
  • RatedWithAI — AI-powered accessibility scanner with WCAG 2.2 compliance scoring
  • Pa11y — Command-line accessibility testing tool, ideal for CI/CD pipeline integration

Why these tools?

Each fills a different gap in the testing workflow:

  • WAVE (existing): Visual in-page evaluation
  • axe DevTools (new): Deep browser-integrated automated scanning
  • RatedWithAI (new): Quick online scanning with AI-powered scoring
  • Pa11y (new): Automated CLI testing for continuous integration

Together they give developers a more complete accessibility testing toolkit.

Checklist

  • Tools are free to use (or have free tiers)
  • Follows existing formatting conventions
  • Added to the appropriate section (Accessibility testing)

The Accessibility testing section currently only references WAVE. Added three
additional widely-used testing tools to give developers more options:

- axe DevTools: Browser extension by Deque for automated WCAG testing
- RatedWithAI: AI-powered accessibility scanner with WCAG 2.2 scoring
- Pa11y: CLI accessibility testing tool ideal for CI/CD pipelines

These complement WAVE by covering different testing approaches (browser
extension, online scanner, and command-line/CI integration).
@shibley
Copy link
Author

shibley commented Mar 19, 2026

Hi @thedaviddias! Following up on this PR — the Front-End Checklist is an incredible resource and I noticed the Accessibility testing tools section could benefit from a couple more entries. This adds axe DevTools (Deque), RatedWithAI (AI-powered WCAG scanner), and Pa11y (CLI) alongside the existing tools. All are free-tier and developer-focused. Happy to adjust if you'd prefer a different format. Thanks for maintaining this! 🙏

@thedaviddias
Copy link
Owner

Hi @shibley! Thank you so much! I'm finalizing the FEC v2 and should be out in the incoming days, so I will ensure those tools are mentioned there. Let me know if you want to be part of the "testers" for this new version.

@shibley
Copy link
Author

shibley commented Mar 20, 2026

That's amazing, @thedaviddias! I'd love to be part of the testers — count me in! 🙌

Happy to test, provide feedback, or help with any accessibility-related sections. You can reach me here on GitHub or at shibley@apistatuscheck.com.

Looking forward to the v2 launch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants