X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fe2e%2Flocal.sh;h=0e0368c525a2927da8f5e2ed1a9e28e79ee85247;hb=7e9d038a16677acc36f04072ed8d56d35cf32809;hp=bbbdb5f0bb53465d667d7d8455633c653e2d2c13;hpb=3419e0e1fe8e48a08b63ca0ded31087f913eb2b6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index bbbdb5f0b..0e0368c52 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh @@ -2,8 +2,6 @@ set -eu -npm run clean:server:test +cd client/e2e -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" +../node_modules/.bin/wdio run ./wdio.local.conf.ts