From 0b33c5206023de0946b247e767087a518e0dec9a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 19 May 2018 13:58:29 +0200 Subject: Improve e2e tests --- scripts/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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" -- cgit v1.2.3