Skip to content

Commit

Permalink
Using require path to point out selenium instead of absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hultstrand committed Aug 17, 2017
1 parent 9c4ef81 commit 093dfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {

'selenium': {
'start_process': true,
'server_path': 'node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.0.jar',
'server_path': require('selenium-server').path,
'host': '127.0.0.1',
'port': 4444,
'cli_args': {
Expand Down

0 comments on commit 093dfc6

Please sign in to comment.