/supertest-postman

This project will take a postman collection v2 file and generate supertest tests.

Primary LanguageJavaScript

supertest-postman

Build Status

This project will take a postman v.2 collection file and generate supertest tests.

node src/index.js -s /source -d destination/

Setup

To setup this project:

  • npm install

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