Dredd - API Testing Framework
September 26 2015, 8:59pm
Dredd is a command-line tool for validating API documentation written in API Blueprint format against its actual code. With Dredd you can easily plug your API documentation into a Continous Integration system like Travis CI or Jenkins and have API documentation up-to-date, all the time. Works to test API's written in PHP, Node.js, Ruby and Python. I've been using Swagger for API docs, but I'm looking forward to trying out Dredd + Blueprint in a future project.
https://github.com/apiaryio/dredd
- Tags:
- webdev
- integration
- testing
- api
- documentation