postmanlabs / postman-code-generators

Common repository for all code generators shipped with Postman
Apache License 2.0
985 stars 350 forks source link

Add support for supertest #237

Open barbosamaatheus opened 4 years ago

barbosamaatheus commented 4 years ago

Is your feature request related to a problem? Please describe. I was implementing my api with nodejs and using postman for my requests. While creating the integration tests, I realized that it would be very useful for the postman code generator to support the supertest.

Describe the solution you'd like Add a module for Nodejs - supertest to Codegen.

Additional context SuperTest Project: https://github.com/visionmedia/supertest#readme

PavanMudigonda commented 1 year ago

Could you please let us know if you have plans to implement this, this year ?