Skip to content

piotrjanik/dredd-example

 
 

Repository files navigation

Dredd Example

This is an example application to demonstrate how easily you can employ the Dredd testing framework as part of your API design life cycle.

How It Works

There is a sample Gist Fox API implementation in the app.js file. Every time code of the application is changed and the changes are sent to GitHub, they are tested by Dredd in CI against both API Blueprint and Swagger API description formats. If the implementation doesn't follow description of the API, the CI build would fail.

Tutorials

To learn more about about Dredd, read:

To learn how to use Dredd with your CI, read:

Status

CI Service Status
Travis CI Travis CI Build Status
CircleCI CircleCI Build Status
AppVeyor AppVeyor Build Status

About

Example application using Dredd and CI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • API Blueprint 27.3%