Skip to content

Commit

Permalink
Make ScalaWebTest compatible with all implementations of Selenium Web…
Browse files Browse the repository at this point in the history
…Driver #74

 - add support for Firefox via Mozilla Gecko Driver
  • Loading branch information
DaniRey committed Jun 9, 2019
1 parent 8e4e5c9 commit 079b1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ before_install:
- wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz
- mkdir geckodriver
- tar -xzf geckodriver-v0.24.0-linux64.tar.gz -C geckodriver
- export WEBDRIVER_GECKO_DRIVER="$pwd/geckodriver/geckodriver"
- export WEBDRIVER_GECKO_DRIVER="`pwd`/geckodriver/geckodriver"

0 comments on commit 079b1bf

Please sign in to comment.