supertest-postman
v1.0.4
Published
This project will take a postman collection v2 file and generate supertest tests.
Downloads
1,333
Readme
supertest-postman
This project will take a postman v.2 collection file and generate supertest tests.
Install
To setup this project:
npm install -g supertest-postman
Usage
supertest-postman --s /source --d destination/
Testing
To run tests:
npm test
Coverage
To run test coverage run:
npm run coverage
Lint
To run Lint:
npm run lint
Fix Lint
To fix lint issues:
npm run fix