Update E2E tests
This commit is contained in:
parent
1e17071bac
commit
84c7cde6e8
11 changed files with 63 additions and 32 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue