Skip to content

Commit

Permalink
Use cross-browser compatible path - closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
aberonni committed May 15, 2019
1 parent eca7f9a commit a2e0e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {

'webdriver': {
'start_process': true,
'server_path': 'node_modules/.bin/chromedriver',
'server_path': require('chromedriver').path,
'port': 9515
},

Expand Down

0 comments on commit a2e0e05

Please sign in to comment.