Skip to content

Commit c251399

Browse files
update conf to use selenium manager
1 parent 2f37e61 commit c251399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nightwatch.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ module.exports = {
3939

4040
webdriver: {
4141
start_process: true,
42-
server_path: require('chromedriver').path,
42+
server_path: '',
4343
cli_args: [
4444
// --verbose
4545
]
4646
}
4747
}
4848
}
49-
};
49+
};

0 commit comments

Comments
 (0)