The project is generated by LoopBack.
- Tests
- Unit / BIT
- e2e
- Watcher for TDD
- Coverage
Run the tests with coverage analysis:
npm test
Run the test with file watcher:
npm run test-watch
https://www.npmjs.com/package/lb-declarative-e2e-test
{
name: 'admin CAN read user list',
verb: 'get',
url: '/api/AppUsers/',
auth: profiles.admin,
expect: 200
}