dequelabs / axe-core-nuget

Axe Core integration for C# .NET
19 stars 6 forks source link

axe-core-nuget

Join our Slack chat

This repository contains 3 NuGet packages, which can be used for automated accessibility testing powered by axe core.

The packages are listed below:

Building

Testing

Philosophy

We believe that automated testing has an important role to play in achieving digital equality and that in order to do that, it must achieve mainstream adoption by professional web developers. That means that the tests must inspire trust, must be fast, must work everywhere and must be available everywhere.

Manifesto

  1. Automated accessibility testing rules must have a zero false positive rate
  2. Automated accessibility testing rules must be lightweight and fast
  3. Automated accessibility testing rules must work in all modern browsers
  4. Automated accessibility testing rules must, themselves, be tested automatically

License

Note that the (MIT licensed) Deque.AxeCore.Playwright and Deque.AxeCore.Selenium NuGet packages each have a dependency on the (MPL licensed) Deque.AxeCore.Commons NuGet package.

Acknowledgments