aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/e2e/browserstack.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/e2e/browserstack.sh')
-rwxr-xr-xscripts/e2e/browserstack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/e2e/browserstack.sh b/scripts/e2e/browserstack.sh
index 69a12d14c..fb125ea23 100755
--- a/scripts/e2e/browserstack.sh
+++ b/scripts/e2e/browserstack.sh
@@ -6,4 +6,4 @@ npm run clean:server:test
6 6
7npm run concurrently -- -k -s first \ 7npm run concurrently -- -k -s first \
8 "cd client/e2e && ../node_modules/.bin/wdio run ./wdio.browserstack.conf.ts" \ 8 "cd client/e2e && ../node_modules/.bin/wdio run ./wdio.browserstack.conf.ts" \
9 "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server" 9 "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"rates_limit\": { \"api\": { \"max\": 5000 }, \"login\": { \"max\": 5000 } }, \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"