Files
edx-platform/scripts/accessibility-tests.sh
2015-12-22 10:02:30 -05:00

12 lines
255 B
Bash
Executable File

#!/usr/bin/env bash
set -e
echo "Setting up for accessibility tests..."
source scripts/jenkins-common.sh
echo "Running explicit accessibility tests..."
SELENIUM_BROWSER=phantomjs paver test_a11y
echo "Generating coverage report..."
paver a11y_coverage