swagger-api / swagger-node

Swagger module for node.js
http://swagger.io
Apache License 2.0
3.97k stars 585 forks source link

Creating a new server on swagger test #567

Closed jgomes94 closed 6 years ago

jgomes94 commented 6 years ago

I am currently deploying a swagger project on Heroku. Basicly i need that when i run the command swagger project test runs it creates a new server on localhost, is this possible?

Thanks