From 0577a74fab385a590b31c9118f3da7ad55051097 Mon Sep 17 00:00:00 2001 From: Angelika Tyborska Date: Mon, 24 Jun 2024 22:35:22 +0200 Subject: [PATCH] docs(projects): add a11y-audit-elixir (#4503) A11y Audit Elixir is my project which allows running axe-core in browser-based tests in Elixir, failing the tests if accessibility violations are found. --- doc/projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/projects.md b/doc/projects.md index 5dcd800666..c30d8098db 100644 --- a/doc/projects.md +++ b/doc/projects.md @@ -59,3 +59,4 @@ Add your project/integration to this file and submit a pull request. 1. [mitm-play](https://github.com/mitmplay/mitm-play) 1. [Sitebulb](https://sitebulb.com/hints/accessibility/) 1. [Webatool](https://github.com/balajihambeere/webatool) +1. [A11y Audit Elixir](https://github.com/angelikatyborska/a11y-audit-elixir)