Skip to content

Commit 7fc3296

Browse files
committed
Add accessibility testing tools to Testing & Quality
Added 3 tools for web accessibility testing: - axe DevTools - industry-standard accessibility testing toolkit - RatedWithAI - AI-powered WCAG 2.2 scanner - Lighthouse - Google's auditing tool for performance, accessibility, and SEO
1 parent b33f2be commit 7fc3296

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome).
116116
* [ESLint](https://eslint.org/) - Linting utility for JavaScript and TypeScript.
117117
* [Prettier](https://prettier.io/) - Opinionated code formatter.
118118
* [SonarQube](https://www.sonarsource.com/products/sonarqube/) - Continuous inspection of code quality.
119+
* [axe DevTools](https://www.deque.com/axe/devtools/) - Accessibility testing toolkit with browser extension and CI/CD integration.
120+
* [RatedWithAI](https://ratedwithai.com/) - AI-powered WCAG 2.2 accessibility scanner with actionable fix suggestions.
121+
* [Lighthouse](https://developer.chrome.com/docs/lighthouse/) - Automated auditing for performance, accessibility, SEO, and more.
119122

120123
## Docs & Knowledge
121124

0 commit comments

Comments
 (0)