Docker Image for KongTestDocker here
This docker image was created in order to install dependencies needed to run kong tests. We would copy our custom plugins over and then run tests.
Steps taken
- Clone kong's repo eg:
$ git clone https://github.com/Mashape/kong.git --branch <tag> --single-branch - Goto the and run:
$ luarocks make && make dev - Then mount or copy your tests and run them using
$ <kong-repo>/bin/busted <path-to>/<tests-to-run>