Evaluate axe-core-gems in feature specs for accessibility testing
Evaluate using axe-core-gems within feature specs for accessibility testing.
TODO
-
Add axe-core-rspec gem to Gemfile -
require axe-rspecwithinspec/spec_helper.rbwhich extends RSpec with the custom matcherbe_axe_clean. Assertions can be modified to use clauses which can be used to modify rules, exclude parts of the page, etc. -
Add expect(page).to be_axe_clean:jswithin feature specs to view failures related to accessibility. -
Fix tests 🎉 -
Add docs
Edited by Rahul Chanila