Skip to content

Commit

Permalink
Remove chromedriver reference since we now use selenium mananger
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jun 21, 2023
1 parent 0961f04 commit e4033f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
// See https://nightwatchjs.org/guide/extending-nightwatch/#writing-custom-assertions
custom_assertions_path: '',


// See https://nightwatchjs.org/guide/#external-globals
globals_path: 'test/globals.js',

Expand All @@ -39,11 +39,11 @@ module.exports = {

webdriver: {
start_process: true,
server_path: require('chromedriver').path,
server_path: '',
cli_args: [
// --verbose
]
}
}
}
};
};

0 comments on commit e4033f8

Please sign in to comment.