Setup for developing/testing kong plugins

It would great to know how does your local setup for developing and testing custom kong plugins look like? How do you develop and test multiple kong plugins and run integration tests across them apart from running unit and functional tests on each plugin separately? How do you build a kong image with these custom plugins against which the tests can run and can then be deployed to production?

I would also like to share my setup which is based on kong-pongo and uses konga dashboard as the GUI. It’s available at https://github.com/Abhishekvrshny/kong-island.

Would appreciate your feedback!

2 Likes

Nice job! I use it to test my plugins

1 Like

Wrote a post on my setup Kong plugin development with breakpoint debugging - DEV Community