Skip to content
Snippets Groups Projects
Commit defc987a authored by Jeremy Bowman's avatar Jeremy Bowman
Browse files

TE-2663 Run bok-choy tests in headless Firefox

parent 0c72e4ee
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ edx-rest-api-client
edx-search
edx-submissions
edx-user-state-client
edxval==0.1.17 # Pin because the newer version causes test failures.
edxval
enum34==1.1.6 # Backport of Enum from Python 3.4+
event-tracking
feedparser==5.1.3
......
......@@ -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
......
......@@ -29,9 +29,11 @@ passenv =
BOK_CHOY_CMS_PORT
BOK_CHOY_HOSTNAME
BOK_CHOY_LMS_PORT
BOKCHOY_HEADLESS
DISPLAY
EDX_PLATFORM_SETTINGS
EDXAPP_TEST_MONGO_HOST
MOZ_HEADLESS
NO_PREREQ_INSTALL
NO_PYTHON_UNINSTALL
NODE_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment