1.0.4 • Published 4 years ago

supertest-postman v1.0.4

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

supertest-postman

Build Status

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
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago