axe-core-gems
This repository contains 6 packages/gems, which can be used for automated accessibility testing powered by axe core.
The gems are as below:
Getting Started
Using axe-core-gems
is a 2 step process.
- Choosing and configuring a webdriver (Capybara, Watir or Selenium)
- Choose a testing framework (RSpec or Cucumber)
Then, add the respective gems to your application:
Eg:
gem install axe-core-selenium
gem install axe-core-rspec
Please refer to respective README for installation, usage & configuration notes.
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
- Automated accessibility testing rules must have a zero false positive rate
- Automated accessibility testing rules must be lightweight and fast
- Automated accessibility testing rules must work in all modern browsers
- Automated accessibility testing rules must, themselves, be tested automatically
Contributing
Read the documentation on contributing