Skip to content

Commit

Permalink
chore: remove exe from driver
Browse files Browse the repository at this point in the history
  • Loading branch information
renanrbs committed Oct 31, 2018
1 parent 4858645 commit 4f7ea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nightwatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"host": "127.0.0.1",
"port": 4444,
"cli_args": {
"webdriver.chrome.driver": "./bin/chromedriver.exe"
"webdriver.chrome.driver": "./bin/chromedriver"
}
},
"test_settings": {
Expand Down

0 comments on commit 4f7ea09

Please sign in to comment.