Compare commits

...

2 Commits

Author SHA1 Message Date
Sean King 8e64b1791b
Add selenium server logs path to gitignore 2023-03-30 15:30:30 -06:00
Sean King 22fd3afd16
Change selenium server path to use require instead of hardcoding it 2023-03-30 15:30:03 -06:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ selenium-debug.log
.idea/
config/local.json
static/emoji.json
logs/

View File

@ -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: {