From 5f92c4dc5f08094548be9d23080dd3ca75741c65 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 17 May 2018 10:55:01 +0200 Subject: Add videos e2e tests --- scripts/e2e.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/e2e.sh b/scripts/e2e.sh index b1e9245c1..bdd051486 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -2,10 +2,14 @@ set -eu -#npm run build:server npm run clean:server:test +( + cd client + npm run webdriver-manager update +) + concurrently -k -s first \ "cd client && npm run ng -- e2e" \ - "NODE_ENV=test NODE_APP_INSTANCE=1 npm start" + "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start" -- cgit v1.2.3