Dredd — HTTP API Testing Framework


Dredd is a language-agnostic command-line tool for validating
API description document against backend implementation of the API.
- Documentation
- Changelog
- [Contributor's Guidelines][]
Dredd reads your API description and step by step validates whether your API
implementation replies with responses as they are described in the
documentation.
Supported API Description Formats
- [API Blueprint][]
- [OpenAPI 2][] (formerly known as Swagger)
- [OpenAPI 3][] (experimental, contributions welcome!)
Supported Hooks Languages
Dredd supports writing hooks