Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
/ dredd Public archive

Language-agnostic HTTP API Testing Tool

License

Notifications You must be signed in to change notification settings

apiaryio/dredd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 19, 2023
3d4ae14 · Jul 19, 2023
Nov 25, 2020
Nov 13, 2021
Jan 31, 2018
Nov 14, 2021
Dec 10, 2021
Aug 25, 2020
Oct 15, 2019
Jan 7, 2019
Oct 2, 2019
Nov 15, 2021
Oct 15, 2019
Nov 15, 2021
Nov 15, 2021
Oct 9, 2019
Nov 15, 2021
Oct 3, 2019
Nov 25, 2020
Jul 19, 2023

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

Supported Systems

Installation

$ npm install -g dredd

Quick Start

  1. Create an API Blueprint file called api-description.apib. Follow tutorial at API Blueprint website or just take one of the ready-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)