replace binary files with npm module

This commit is contained in:
RVKen
2017-06-23 10:52:48 +02:00
parent 575e35dc8c
commit 57beaada82
2 changed files with 4 additions and 2 deletions

View File

@@ -21,12 +21,12 @@
"selenium" : {
"start_process" : true,
"server_path" : "test/e2e/bin/selenium-server-standalone-3.4.0.jar",
"server_path" : "node_modules/selenium-server-standalone-jar/jar/selenium-server-standalone-3.4.0.jar",
"log_path" : "",
"host" : "127.0.0.1",
"port" : 4444,
"cli_args" : {
"webdriver.chrome.driver" : "test/e2e/bin/chromedriver",
"webdriver.chrome.driver" : "node_modules/chromedriver/bin/chromedriver",
"webdriver.firefox.profile" : "",
"webdriver.ie.driver" : ""
}