Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 423 Bytes

Dredd

Dredd (https://github.com/apiaryio/dredd) is HTTP API Testing Framework.

Dredd reads your API description and step by step validates whether your API implementation replies with responses as they are described in the documentation.

Usage

node app.js

# API Blueprint definition
dredd api-description.apib http://127.0.0.1:3000

# Swagger definition
dredd api-description.yml http://127.0.0.1:3000