Otherwise it looks good! If you add the above I will have a reason to stop looking!
Any other features you would like to see in the app?
There is another service that allows for scripting which I’m sure some people love, but I just need somewhere I can set the response.
tl;dr: configure responses to your 3rd party http dependencies, matching against header or body or url, and returning a custom response, including headers.
The best feature, I think, is that you can pass a header in that configures the response, so you can have tests that dynamically force response content/errors. That and allowing your integration tests to validate error paths and various states.
Any chance of doing full support for serverless platforms with scale-to-zero? Test infrastructure is usually a great fit for serverless since their usage looks like CI runners - high spikes when tests are running and 0% utilization otherwise.
Would probably need to change the code to get rid of the generated url part though
https://github.com/wekan/webhook/blob/main/public/index.php
It can receive per board and global webhooks about what is happening at WeKan kanban boards, and run python code https://github.com/wekan/wekan/blob/main/api.py to use WeKan API to do some change at WeKan.
https://github.com/wekan/wekan
https://github.com/wekan/wekan/wiki at right menu is more info about webhooks etc
muliswilliam•9mo ago
Built in Go, it’s lightweight, open source, and free to use.
Try it out: https://testwebhook.xyz
Code: https://github.com/muliswilliam/webhook-tester
Would love your feedback or suggestions!
markoph•8mo ago
Tool itself looks interesting and I've been looking for something like this several times. I'm bookmarking it for next time.
muliswilliam•8mo ago
dangoor•8mo ago
Neat looking project! Thanks for sharing!