mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Set chromedriver version
This commit is contained in:
parent
763f3e2642
commit
628ff341c2
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.27",
|
||||
"e2e": "protractor protractor.conf.js",
|
||||
"pretest": "npm rebuild phantomjs-prebuilt",
|
||||
"test": "karma start karma.conf.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue