diff --git a/src/data/plugins.json b/src/data/plugins.json index 63b8c15b03..8db627ddfe 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -510,6 +510,13 @@ "keywords": ["accessibility", "a11y"], "badge": "community" }, + { + "name": "cypress-accessibility", + "description": "Test your web applications and components for accessibility issues with axe-coreĀ®.", + "link": "https://github.com/rowellx68/cypress-accessibility", + "keywords": ["accessibility", "a11y", "axe-core"], + "badge": "community" + }, { "name": "cypress-drag-drop", "description": "Adds a cypress child command for drag'n'drop support.",