Skip to content

Commit

Permalink
Disable geck driver to fix angular/webdriver-manager#216
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Habib authored and richard-cox committed Mar 20, 2018
1 parent 4224c6e commit 349cd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"headless-e2e": "xvfb-run --server-args='-screen 0 1920x1080x24' protractor ./build/protractor.conf.js",
"pretest": "gulp unit:prepare",
"test": "karma start build/karma.conf.js",
"update-webdriver": "webdriver-manager update",
"update-webdriver": "webdriver-manager update --gecko false",
"watch": "gulp watch",
"watch:test": "karma start tools/karma.conf.js",
"list-e2e": "node ./test/e2e/list-tests.js ./build/protractor.conf.js"
Expand Down Expand Up @@ -101,4 +101,4 @@
"shelljs": "^0.7.8",
"toSrc": "^0.1.4"
}
}
}

0 comments on commit 349cd60

Please sign in to comment.