X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fe2e%2Flocal.sh;h=0e0368c525a2927da8f5e2ed1a9e28e79ee85247;hb=022a4f1c0ddc119dd017d2e527eec5df2c71f3b7;hp=fe8b7f55970473f63f50e0fe5e28a37ca272303a;hpb=6d210220be0875d63461829d83c6e3a59d05cf7a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index fe8b7f559..0e0368c52 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh @@ -2,16 +2,6 @@ set -eu -npm run clean:server:test +cd client/e2e -config="{" -config+=" \"rates_limit\": { \"api\": { \"max\": 5000 }, \"login\": { \"max\": 5000 } }" -config+=", \"log\": { \"level\": \"warn\" }" -config+=", \"signup\": { \"enabled\": false }" -config+=", \"transcoding\": { \"enabled\": false }" -config+="}" - -npm run concurrently -- -k -s first \ - "cd client/e2e && ../node_modules/.bin/wdio run ./wdio.local.conf.ts" \ - "NODE_ENV=test NODE_CONFIG='$config' NODE_APP_INSTANCE=1 node dist/server" \ - "NODE_ENV=test NODE_CONFIG='$config' NODE_APP_INSTANCE=2 node dist/server" +../node_modules/.bin/wdio run ./wdio.local.conf.ts