accessibility-tests.sh 255 Bytes
Newer Older
1
#!/usr/bin/env bash
2 3
set -e

4 5 6 7
echo "Setting up for accessibility tests..."
source scripts/jenkins-common.sh

echo "Running explicit accessibility tests..."
8 9 10 11
SELENIUM_BROWSER=phantomjs paver test_a11y

echo "Generating coverage report..."
paver a11y_coverage