Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 491 Bytes

dredd_setup.md

File metadata and controls

38 lines (26 loc) · 491 Bytes

Dredd Setup

Dredd is used to run test, to validate the API Blueprint against Backend Implementation.

Install npm

On Mac OS

brew install node

On Linux

apt-get install npm

Install dredd

To install dredd globally run

npm install -g dredd

Before you run the dredd please make sure you've run the bundler install and fill the env file

Running dredd

Running without debug

dredd

Running with debug mode

dredd --loglevel debug