add paver test_a11y and a11y_coverage commands

This commit is contained in:
Christine Lytwynec
2015-10-22 13:35:40 -04:00
parent b5718289dd
commit 468864a314
8 changed files with 165 additions and 31 deletions

View File

@@ -3,4 +3,7 @@ echo "Setting up for accessibility tests..."
source scripts/jenkins-common.sh
echo "Running explicit accessibility tests..."
SELENIUM_BROWSER=phantomjs paver test_bokchoy --extra_args="-a 'a11y'"
SELENIUM_BROWSER=phantomjs paver test_a11y
echo "Generating coverage report..."
paver a11y_coverage