Skip to content
Dave edited this page May 21, 2022 · 1 revision

Tips for the /test action

You can send an HTTP POST to http://destination.host:1706/test and receive information about the request in the Tea Runner log output. Use the --debug option to get the maximum amount of information.

If you're having trouble with getting Tea Runner integrated with Gitea, you can configure a test repository and use the webhook: http://destination.host:1706/test

Check the Tea Runner output for help tracking down the problem. Use the --debug option to get more verbose output.

You can also send POST requests using curl or any other REST client. Be sure to comment out GITEA_HOST_IP in your config.ini or you will find your requests being dropped.

Clone this wiki locally