Fix e2e tests
This commit is contained in:
parent
89566f77fd
commit
44d4ee4fcb
8 changed files with 95 additions and 19 deletions
|
@ -11,4 +11,4 @@ npm run clean:server:test
|
|||
|
||||
npm run concurrently -- -k -s first \
|
||||
"cd client && npm run ng -- e2e --port 3333 -c local" \
|
||||
"NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start"
|
||||
"NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' node dist/server"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue