]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/e2e/browserstack.sh
Improve e2e workflow and add doc
[github/Chocobozzz/PeerTube.git] / scripts / e2e / browserstack.sh
CommitLineData
74af5a83
C
1#!/bin/sh
2
3set -eu
4
74af5a83
C
5npm run clean:server:test
6
6cca7360 7npm run concurrently -- -k -s first \
12d6b873 8 "cd client/e2e && ../node_modules/.bin/wdio run ./wdio.browserstack.conf.ts" \
cb4bab61 9 "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"