1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-12-21 18:09:50 +01:00

Merge branch 'change/selenium-server' into 'develop'

Nightwatch config for selenium-server and gitignore changes

See merge request pleroma/pleroma-fe!1806
This commit is contained in:
tusooa 2024-07-24 03:04:14 +00:00
commit 7a7d80270d
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: {