Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

npm t never ends at /back-end dir #51

Open
KengoTODA opened this issue Jul 17, 2018 · 0 comments
Open

npm t never ends at /back-end dir #51

KengoTODA opened this issue Jul 17, 2018 · 0 comments
Labels
question Further information is requested

Comments

@KengoTODA
Copy link
Collaborator

KengoTODA commented Jul 17, 2018

When I run following commands in /back-end dir, it runs test but never ends.

$ nvm use
$ docker run -d --name taas-mongo --rm -p 27017:27017 mongo:3-jessie
$ cp config.yml.example config.yml
$ npm test
npm WARN [email protected] requires a peer of [email protected] - 4 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No repository field.

up to date in 7.704s

> [email protected] test /path/to/test-automation-as-a-service/back-end
> NODE_ENV="test" nyc --reporter=html --reporter=text --report-dir=../reports/backend-coverage mocha test/*/ --delay --reporter mochawesome --reporter-options reportDir=../reports/backend-test,reportFilename=index; rm -rf .nyc_output

Read configurations from config.yml
Use /path/to/test-automation-as-a-service/back-end//var/log/taas for logging
@KengoTODA KengoTODA added the question Further information is requested label Jul 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant