1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-12-23 01:12:53 +01:00

Change selenium server path to use require instead of hardcoding it

This commit is contained in:
Sean King 2023-03-30 15:30:03 -06:00
parent cfb390ee8b
commit 22fd3afd16
No known key found for this signature in database
GPG Key ID: 510C52BACD6E7257

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