From 84c7cde6e81426a42e7aa29187b473bc89f1c8f6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 21 Feb 2019 11:24:07 +0100 Subject: Update E2E tests --- scripts/e2e/index.sh | 1 - scripts/e2e/local.sh | 2 -- 2 files changed, 3 deletions(-) (limited to 'scripts/e2e') diff --git a/scripts/e2e/index.sh b/scripts/e2e/index.sh index cf2e04356..3856af06e 100755 --- a/scripts/e2e/index.sh +++ b/scripts/e2e/index.sh @@ -6,7 +6,6 @@ npm run clean:server:test ( cd client - npm run webdriver-manager update npm run webpack -- --config webpack/webpack.video-embed.js --mode development ) diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index 65ec653dc..b883ccaa3 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh @@ -6,11 +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 webdriver-manager start" \ "cd client && npm run ng -- e2e --port 3333 -c local" \ "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start" -- cgit v1.2.3