1
0
Fork 0
peertube/scripts/e2e/local.sh
2021-09-01 15:06:46 +02:00

9 lines
305 B
Bash
Executable file

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