Commit 5e9ed988 by Stuart Young

run a11y tests on jenkins with firefox

parent 15ced133
...@@ -6,7 +6,7 @@ echo "Setting up for accessibility tests..." ...@@ -6,7 +6,7 @@ echo "Setting up for accessibility tests..."
source scripts/jenkins-common.sh source scripts/jenkins-common.sh
echo "Running explicit accessibility tests..." echo "Running explicit accessibility tests..."
SELENIUM_BROWSER=phantomjs paver test_a11y SELENIUM_BROWSER=firefox paver test_a11y --with-xunitmp
echo "Generating coverage report..." echo "Generating coverage report..."
paver a11y_coverage paver a11y_coverage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment