Skip to content

Commit

Permalink
Fixed chromedriver path
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Jul 28, 2021
1 parent 5e89858 commit 5b1fad1
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 @@ -8,7 +8,7 @@
"launch_url": "http://localhost:8080",
"webdriver": {
"start_process": true,
"server_path": "./node_modules/.bin/chromedriver",
"server_path": "./node_modules/chromedriver/lib/chromedriver/chromedriver",
"port": 9515,
"log_path": false
},
Expand Down

0 comments on commit 5b1fad1

Please sign in to comment.