7 lines
217 B
Bash
Executable File
7 lines
217 B
Bash
Executable File
#!/usr/bin/env bash
|
|
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'"
|