aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/e2e/browserstack.sh
blob: 69a12d14cb5d495e8b368a4071b86d6c39a22480 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -eu

npm run clean:server:test

npm run concurrently -- -k -s first \
    "cd client/e2e && ../node_modules/.bin/wdio run ./wdio.browserstack.conf.ts" \
    "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"