add script for jenkins to run accessibility tests
This commit is contained in:
6
scripts/accessibility-tests.sh
Executable file
6
scripts/accessibility-tests.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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 -d accessibility
|
||||
Reference in New Issue
Block a user