Add videos e2e tests

This commit is contained in:
Chocobozzz
2018-05-17 10:55:01 +02:00
parent 74af5a8361
commit 5f92c4dc5f
16 changed files with 165 additions and 49 deletions

View File

@@ -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"