Commit 9e2663c7 by Feanil Patel Committed by GitHub

Merge pull request #461 from edx/feanil/upgrade_selenium

Upgrade selenium and use geckodriver to run firefox tests.
parents 5856791a 50322a5a
...@@ -3,6 +3,9 @@ language: python ...@@ -3,6 +3,9 @@ language: python
python: python:
- "3.5" - "3.5"
addons:
firefox: "latest"
services: services:
- docker - docker
...@@ -19,6 +22,7 @@ before_install: ...@@ -19,6 +22,7 @@ before_install:
- "export DISPLAY=:99.0" - "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start" - "sh -e /etc/init.d/xvfb start"
- "export DJANGO_SETTINGS_MODULE=course_discovery.settings.test" - "export DJANGO_SETTINGS_MODULE=course_discovery.settings.test"
- export PATH=$PATH:$PWD/node_modules/.bin
- docker run --detach --publish 9200:9200 --publish 9300:9300 elasticsearch:1.5.2 - docker run --detach --publish 9200:9200 --publish 9300:9300 elasticsearch:1.5.2
install: install:
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-jscs": "4.0.0" "gulp-jscs": "4.0.0",
"geckodriver": "1.2.0"
} }
} }
...@@ -13,5 +13,5 @@ nose-exclude==0.5.0 ...@@ -13,5 +13,5 @@ nose-exclude==0.5.0
nose-ignore-docstring==0.2 nose-ignore-docstring==0.2
pep8==1.7.0 pep8==1.7.0
responses==0.5.1 responses==0.5.1
selenium==2.53.6 selenium==3.0.2
testfixtures==4.13.1 testfixtures==4.13.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment