commit: 7a7d80270d1ae041f06c1fd9017135cb5b8c34d6
parent d096962b054a49fb4971da30a801738838d08ca0
Author: tusooa <tusooa@kazv.moe>
Date: Wed, 24 Jul 2024 03:04:14 +0000
Merge branch 'change/selenium-server' into 'develop'
Nightwatch config for selenium-server and gitignore changes
See merge request pleroma/pleroma-fe!1806
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -8,3 +8,4 @@ selenium-debug.log
.idea/
config/local.json
static/emoji.json
+logs/
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: {