accessibility-tests.sh 247 Bytes
Newer Older
1 2 3 4 5
#!/usr/bin/env bash
echo "Setting up for accessibility tests..."
source scripts/jenkins-common.sh

echo "Running explicit accessibility tests..."
6 7 8 9
SELENIUM_BROWSER=phantomjs paver test_a11y

echo "Generating coverage report..."
paver a11y_coverage