1
0
Fork 0

Update E2E tests

This commit is contained in:
Chocobozzz 2019-02-21 11:24:07 +01:00
parent 1e17071bac
commit 84c7cde6e8
No known key found for this signature in database
GPG key ID: 583A612D890159BE
11 changed files with 63 additions and 32 deletions

View file

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