commit: 22fd3afd160d27c9ab43fcc8d1270db455403f8e
parent cfb390ee8b8ec1770fe6661483c7b80a3e70ca00
Author: Sean King <seanking2919@protonmail.com>
Date: Thu, 30 Mar 2023 15:30:03 -0600
Change selenium server path to use require instead of hardcoding it
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/e2e/nightwatch.conf.js b/test/e2e/nightwatch.conf.js
@@ -9,7 +9,7 @@ module.exports = {
selenium: {
start_process: true,
- server_path: 'node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.1.jar',
+ server_path: require('selenium-server').path,
host: '127.0.0.1',
port: 4444,
cli_args: {