Is there a tool like Dredd (for API blueprint) that can be used with Swagger schema?
I would like to use such a tool to automate testing - have swagger schema files document my API, and then use such a tool to automate tests. The tool should have the following ability:
- Define the endpoint (including host and port) to run the test against
- Have descriptors or meta data for each test that define which schema file to use and what example payload to use, and what is the expected response