Closed dcastro closed 2 years ago
Add a makefile target so devs can easily run the web API tests, without having to do any manual setup/cleanup.
The target should take care of installing any necessary npm package (using npm install), spinning up a servant server, killing it afterwards, etc
npm install
Document the fact that the tests expect npm to be installed on the dev's machine.
npm
make mocha
Closed in favor of #104
Clarification and motivation
Add a makefile target so devs can easily run the web API tests, without having to do any manual setup/cleanup.
The target should take care of installing any necessary npm package (using
npm install
), spinning up a servant server, killing it afterwards, etcDocument the fact that the tests expect
npm
to be installed on the dev's machine.Acceptance criteria
make mocha
to run the Web API tests