]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/e2e/local.sh
Migrate to webdriverio
[github/Chocobozzz/PeerTube.git] / scripts / e2e / local.sh
1 #!/bin/sh
2
3 set -eu
4
5 npm run clean:server:test
6
7 npm run concurrently -- -k -s first \
8 "cd client/e2e && ../node_modules/.bin/wdio run ./wdio.local.conf.ts" \
9 "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"