Plugin Development - Writing tests
The preferred testing framework for Kong is busted running with the interpreter, though you are free to use a different one. In the Kong repository, the busted executable can be found at .
If you are writing your plugin in your own repository, you will need to copy the following files until the Kong testing framework is released:
With the test Kong configuration file, Kong is running with its proxy listening on port 9000 (HTTP), 9443 (HTTPS) and Admin API on port 9001.
Next: Distribute your plugin ›