A Quick Demo to get Dredd API testing in Docker.
This demo will build a docker container for Dredd API testing with a simple Go web application and utilizing Node.js hooks for Dredd.
To run test you need to set an environment variable and then run the test
export DEMOSHASALT=yoursecret
make dreddtest
Requires
- Docker
View Presentation Slides here.