aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/e2e
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/e2e')
-rwxr-xr-xscripts/e2e/browserstack.sh (renamed from scripts/e2e/index.sh)7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/e2e/index.sh b/scripts/e2e/browserstack.sh
index 49d57f1df..69a12d14c 100755
--- a/scripts/e2e/index.sh
+++ b/scripts/e2e/browserstack.sh
@@ -4,11 +4,6 @@ set -eu
4 4
5npm run clean:server:test 5npm run clean:server:test
6 6
7(
8 cd client
9 npm run webpack -- --config webpack/webpack.video-embed.js --mode development
10)
11
12npm run concurrently -- -k -s first \ 7npm run concurrently -- -k -s first \
13 "cd client && npm run ng -- e2e --port 3333" \ 8 "cd client/e2e && ../node_modules/.bin/wdio run ./wdio.browserstack.conf.ts" \
14 "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='{ \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"