Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Use selenium beta4 so firefox works.
Browse files Browse the repository at this point in the history
  • Loading branch information
heathkit committed Jan 18, 2017
1 parent 4774745 commit eff8a60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ dependencies:
post:
- ./node_modules/.bin/gulp lint
- ./node_modules/.bin/webdriver-manager update
- ./node_modules/.bin/webdriver-manager start:
background: true
- wget http://selenium-release.storage.googleapis.com/3.0-beta4/selenium-server-standalone-3.0.0-beta4.jar -P ./node_modules/webdriver-manager/selenium
- ./node_modules/.bin/webdriver-manager start --versions.standalone 3.0.0-beta4:
background: true
- cd testapp && npm update
- npm start:
background: true
Expand Down

0 comments on commit eff8a60

Please sign in to comment.