Merge pull request #18717 from edx/jmbowman/TE-2663
TE-2663 Run bok-choy tests in headless Firefox
This commit is contained in:
@@ -62,7 +62,7 @@ beautifulsoup==3.2.1
|
||||
before-after==1.0.1
|
||||
billiard==3.3.0.23
|
||||
bleach==1.4
|
||||
bok-choy==0.8.0
|
||||
bok-choy==0.8.1
|
||||
boto3==1.4.8
|
||||
boto==2.39.0
|
||||
botocore==1.8.17
|
||||
@@ -298,7 +298,7 @@ s3transfer==0.1.13
|
||||
sailthru-client==2.2.3
|
||||
scipy==0.14.0
|
||||
scrapy==1.1.2
|
||||
selenium==3.13.0
|
||||
selenium==3.14.0
|
||||
semantic-version==2.6.0
|
||||
service-identity==17.0.0
|
||||
shapely==1.2.16
|
||||
|
||||
@@ -59,7 +59,7 @@ beautifulsoup==3.2.1
|
||||
before-after==1.0.1
|
||||
billiard==3.3.0.23
|
||||
bleach==1.4
|
||||
bok-choy==0.8.0
|
||||
bok-choy==0.8.1
|
||||
boto3==1.4.8
|
||||
boto==2.39.0
|
||||
botocore==1.8.17
|
||||
@@ -287,7 +287,7 @@ s3transfer==0.1.13
|
||||
sailthru-client==2.2.3
|
||||
scipy==0.14.0
|
||||
scrapy==1.1.2 # via pa11ycrawler
|
||||
selenium==3.13.0
|
||||
selenium==3.14.0
|
||||
semantic-version==2.6.0
|
||||
service-identity==17.0.0 # via scrapy
|
||||
shapely==1.2.16
|
||||
|
||||
@@ -185,6 +185,7 @@ case "$TEST_SUITE" in
|
||||
"bok-choy")
|
||||
|
||||
PAVER_ARGS="-n $NUMBER_OF_BOKCHOY_THREADS"
|
||||
export BOKCHOY_HEADLESS=true
|
||||
|
||||
case "$SHARD" in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user