[go: up one dir, main page]

Skip to content

Docker image for Dredd, a language-agnostic HTTP API testing tool

License

Notifications You must be signed in to change notification settings

apiaryio/dredd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dredd in Docker (apiaryio/dredd)

Available at Docker Hub. For further information on Dredd, see the documentation.

Running Dredd in Docker

To initialize the Dredd configuration:

  1. make sure you have your API description document ready
  2. navigate to the folder with your ADD and run:
docker run -it -v $PWD:/api -w /api apiaryio/dredd dredd init

After completing the configuration wizard, a dredd.yml will appear in the current folder (on your host).

To run Dredd tests, run:

docker run -it -v $PWD:/api -w /api apiaryio/dredd

Releases

No releases published

Packages

No packages published