Skip to content

Latest commit

 

History

History
82 lines (62 loc) · 3.21 KB

index.md

File metadata and controls

82 lines (62 loc) · 3.21 KB

Dredd — HTTP API Testing Framework

npm version Build Status Build Status Dependency Status devDependency Status Coverage Status Known Vulnerabilities Join the chat at https://gitter.im/apiaryio/dredd

Dredd - HTTP API Testing Framework

Dredd is a language-agnostic command-line tool for validating API description document against backend implementation of the API.

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

Supported Hooks Languages

Dredd supports writing hooks — a glue code for each test setup and teardown. Following languages are supported:

Contents

Useful Links

Example Applications