Skip to content

Commit

Permalink
Update nightwatch (AToMPM#76)
Browse files Browse the repository at this point in the history
Updates version for nightwatch, selenium-server, and chromedriver. Updates test script to explicitly start selenium-server through a jar file.
  • Loading branch information
BentleyJOakes authored Jul 16, 2019
1 parent 847ae4f commit c0de6ac
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 410 deletions.
7 changes: 3 additions & 4 deletions nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
* See COPYING, COPYING.lesser, and README.md for full details
*/

const seleniumServer = require("selenium-server");
const chromedriver = require("chromedriver");

const selenium_server = require("selenium-server");


module.exports = {
Expand All @@ -17,8 +16,8 @@ module.exports = {
"globals_path" : "",

"selenium" : {
"start_process" : true,
"server_path" : seleniumServer.path,
"start_process" : false,
"server_path" : selenium_server.path,
"log_path" : "",
"port" : 4444,
"cli_args" : {
Expand Down
Loading

0 comments on commit c0de6ac

Please sign in to comment.