X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fe2e%2Flocal.sh;h=0e74707d851d8fabc2c17e8569a311aec7be5747;hb=5f46d28ccac4a20fcbb12c96a047a84a08e485ae;hp=e8db2e808464d9a3f882fc469e9a47893a0d4de7;hpb=44d4ee4fcb7cf8beebac73f85693c09919b91e66;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index e8db2e808..0e74707d8 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh @@ -6,9 +6,10 @@ npm run clean:server:test ( cd client + npm run webdriver-manager -- update npm run webpack -- --config webpack/webpack.video-embed.js --mode development ) npm run concurrently -- -k -s first \ "cd client && npm run ng -- e2e --port 3333 -c local" \ - "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' node dist/server" + "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" }, \"signup\": { \"enabled\": false } }' node dist/server"