Skip to content

Commit

Permalink
fix: set gecko false for webdriver manager. See angular/webdriver-man…
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Jul 10, 2017
1 parent eb447ef commit 2ed3973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeppelin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev:watch": "grunt watch-webpack-dev",
"dev": "npm-run-all --parallel dev:server lint:watch dev:watch",
"test:watch": "karma start karma.conf.js --single-run=false",
"pree2e": "webdriver-manager update",
"pree2e": "webdriver-manager update --gecko false",
"e2e": "protractor protractor.conf.js",
"test": "karma start karma.conf.js"
},
Expand Down

0 comments on commit 2ed3973

Please sign in to comment.