]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/e2e/index.sh
Faster ci using compiled ts files
[github/Chocobozzz/PeerTube.git] / scripts / e2e / index.sh
index cf2e04356e88b2cfc9c61afa72240468d07a7032..49d57f1df07e2497c13abc7949b17f1b69f29104 100755 (executable)
@@ -6,10 +6,9 @@ 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" \
-    "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start"
+    "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warn\" }, \"signup\": { \"enabled\": false } }' node dist/server"