Hacker News new | ask | show | jobs
Testing an API using Swagger (assertible.com)
4 points by creichert 3320 days ago
1 comments

One of my favorite parts of this is that, after you import a Swagger, you can initiate the tests from CI - effectively validating your API backend after a deployment.

Interested to hear what other automation and testing can be done from a Swagger spec.