petrkouba / dredd-example

Example application using Dredd and CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 73.0%Language:API Blueprint 27.0%