Skip to content
Snippets Groups Projects
Commit 7a7d8027 authored by tusooa's avatar tusooa :zap:
Browse files

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

Nightwatch config for selenium-server and gitignore changes

See merge request pleroma/pleroma-fe!1806
parents d096962b 8e64b179
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@ selenium-debug.log
.idea/
config/local.json
static/emoji.json
logs/
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment