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

Commit eff8a60

Browse files
committed
Use selenium beta4 so firefox works.
1 parent 4774745 commit eff8a60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

circle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ dependencies:
1414
post:
1515
- ./node_modules/.bin/gulp lint
1616
- ./node_modules/.bin/webdriver-manager update
17-
- ./node_modules/.bin/webdriver-manager start:
18-
background: true
17+
- wget http://selenium-release.storage.googleapis.com/3.0-beta4/selenium-server-standalone-3.0.0-beta4.jar -P ./node_modules/webdriver-manager/selenium
18+
- ./node_modules/.bin/webdriver-manager start --versions.standalone 3.0.0-beta4:
19+
background: true
1920
- cd testapp && npm update
2021
- npm start:
2122
background: true

0 commit comments

Comments
 (0)