Reputation: 169
We are using hapi-swagger for our hapi Node APIs to generate our Swagger pages.
We are also trying to use Postman Contract Test Generator to create automated tests for our APIs. This works great for our non-node APIs.
However, Postman Contract Test Generator requires OpenAPI 3.0, and as of the most recent release of hapi-swagger it is still using the Swagger 2.0 spec.
Is anyone aware of a library that leverages OpenAPI 3.0 instead?
Upvotes: 0
Views: 740
Reputation: 169
The team left a message that they only support swagger 2.0, but did leave a recommendation on a way to possibly solve our need.
https://github.com/hapi-swagger/hapi-swagger/issues/760
Upvotes: 0