ebowman / api-first-hand

API-First bootstrapping tool for building RESTful web services from a Swagger/OpenAPI spec
MIT License
142 stars 22 forks source link

Create a testing environment for runtime issues #82

Open slavaschmidt opened 7 years ago

slavaschmidt commented 7 years ago

Currently we have a couple of issues which only manifest themselves during the runtime. That is, the plugin generates the code which is compiles and runs but fails at runtime for different technical reasons.

We need a testing environment for such issues.