move existing a11y tests to bokchoy test folder

This commit is contained in:
Christine Lytwynec
2015-10-05 12:05:21 -04:00
parent 65831c887d
commit ce42ba5655
7 changed files with 48 additions and 60 deletions

View File

@@ -3,4 +3,4 @@ echo "Setting up for accessibility tests..."
source scripts/jenkins-common.sh
echo "Running explicit accessibility tests..."
SELENIUM_BROWSER=phantomjs paver test_bokchoy -d accessibility
SELENIUM_BROWSER=phantomjs paver test_bokchoy --extra_args="-a 'a11y'"

View File

@@ -173,7 +173,7 @@ END
;;
"7")
paver test_bokchoy --extra_args="-a shard_1=False,shard_2=False,shard_3=False,shard_4=False,shard_5=False,shard_6=False --with-flaky"
paver test_bokchoy --extra_args="-a shard_1=False,shard_2=False,shard_3=False,shard_4=False,shard_5=False,shard_6=False,a11y=False --with-flaky"
;;
# Default case because if we later define another bok-choy shard on Jenkins