jquery-archive / css-chassis

An attempt at creating an open standard for both CSS and JavaScript UI libraries.
https://css-chassis.com
Other
351 stars 67 forks source link

Build: add accessibility testing #110

Closed dylanb closed 8 years ago

dylanb commented 8 years ago

This is a preliminary pull request that we can use to discuss the approach. It adds the axe-core library and Grunt changes to test the demo file(s)

Fixes #99

dylanb commented 8 years ago

ok, I have replaced the custom code with the axe-grunt-webdriver module. I think this addresses all the issues.

geekman-rohit commented 8 years ago

I get this error

Warning: The ChromeDriver could not be found on the current PATH. Please download the latest version of the ChromeDriver from http://chromedriver.storage.googleapis.com/index.html and ensure it can be found on your PATH. Use --force to continue.

Other than that, Runs on firefox and works great. This is gonna be awesome. :+1: Definitely very Beneficial for us

dylanb commented 8 years ago

@geekman-rohit I have removed the chrome dependent tests, these are redundant anyway and Chrome does not work on Travis-CI

dylanb commented 8 years ago

Closed PR to merge conflicts