Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
/dreddPublic archive

Language-agnostic HTTP API Testing Tool

License

NotificationsYou must be signed in to change notification settings

apiaryio/dredd

Repository files navigation

npm versionBuild StatusBuild StatusDocumentation StatusKnown Vulnerabilities

Dredd - HTTP API Testing Framework

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

Dredd reads your API description and step by step validates whether your APIimplementation replies with responses as they are described in thedocumentation.

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 Blueprint file calledapi-description.apib.Followtutorial at API Blueprint websiteor 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 thefull documentation.

Howtos, Tutorials, Blogposts (3rd party)


[8]ページ先頭

©2009-2025 Movatter.jp