This project will take a postman v.2 collection file and generate supertest tests.
To setup this project:
npm install -g supertest-postman
supertest-postman --s /source --d destination/
To run tests:
npm test
To run test coverage run:
npm run coverage
To run Lint:
npm run lint
To fix lint issues:
npm run fix