Skip to content
forked fromapiaryio/dredd

Language-agnostic HTTP API Testing Tool

License

Notifications You must be signed in to change notification settings

NamesNotRick/dredd

Repository files navigation

Dredd — HTTP API Testing Framework

npm version Build Status Build Status Documentation Status Known Vulnerabilities

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 writinghooks — a glue code for each test setup and teardown. Following languages are supported:

Supported Systems

Installation

$ npm install -g dredd

Quick Start

  1. Create anAPI Blueprintfile calledapi-description.apib. Followtutorial at API Blueprint website or just take one of theready-made examples.

  2. Run interactive configuration:

    $ dredd init
  3. Run Dredd:

    $ dredd
  4. To see how to use all Dredd's features, browse the full documentation.

Howtos, Tutorials, Blogposts (3rd party)

About

Language-agnostic HTTP API Testing Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • API Blueprint 1.4%
  • TypeScript 1.1%
  • Other 0.8%