X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fe2e.sh;h=17c8f68efda0063b187cd400fa83a96475680ed2;hb=0b33c5206023de0946b247e767087a518e0dec9a;hp=bdd0514866c7588bc85fbcf56a6eab6dde6d9b69;hpb=cd4d7a2ca868209fb1e2dbd790c1e5d6cca77e86;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/e2e.sh b/scripts/e2e.sh index bdd051486..17c8f68ef 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -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"