accessibility-tests.sh 217 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
SELENIUM_BROWSER=phantomjs paver test_bokchoy --extra_args="-a 'a11y'"