add paver test_a11y and a11y_coverage commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user