Created
April 9, 2015 18:15
-
-
Save adelevie/a222caefe7676440d47b to your computer and use it in GitHub Desktop.
Automated accessibility testing using Travis-CI and pa11y
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_script: | |
- npm install -g http-server | |
- npm install -g pa11y | |
- npm install -g pa11y-reporter-ci | |
script: | |
- nohup http-server -p 8080 >/dev/null 2>&1 & | |
- pa11y localhost:8080/index.html -r ci -s WCAG2AAA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
❤️