]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/e2e.sh
Improve e2e tests
[github/Chocobozzz/PeerTube.git] / scripts / e2e.sh
index bdd0514866c7588bc85fbcf56a6eab6dde6d9b69..17c8f68efda0063b187cd400fa83a96475680ed2 100755 (executable)
@@ -10,6 +10,6 @@ npm run clean:server:test
 )
 
 concurrently -k -s first \
-    "cd client && npm run ng -- e2e" \
+    "cd client && npm run ng -- e2e --port 3333" \
     "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start"