0.06
The project is in a healthy, maintained state
Watir webdriver injected with Axe
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
>= 0
>= 0
>= 0

Runtime

 Project Readme

axe-core-gems

Join our Slack chat

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

  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

Contributing

Read the documentation on contributing