mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Set chrome driver version https://github.com/angular/angular-cli/issues/2176\#issuecomment-253496181
This commit is contained in:
parent
f94a665f11
commit
d5e62e760b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 --gecko false",
|
||||
"pree2e": "webdriver-manager update --gecko false --versions.chrome 2.24",
|
||||
"e2e": "protractor protractor.conf.js",
|
||||
"pretest": "npm rebuild phantomjs-prebuilt",
|
||||
"test": "karma start karma.conf.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue