serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

Add makefile target to run the Web API tests #91

Closed dcastro closed 2 years ago

dcastro commented 2 years ago

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, etc

Document the fact that the tests expect npm to be installed on the dev's machine.

Acceptance criteria

dcastro commented 2 years ago

Closed in favor of #104