Closed
Description
Sometimes, we might want to send the test report to an HTTP server.
How to
It's easy to do this. Please implement the following interface first:
api-testing/pkg/runner/simple.go
Line 161 in 2520e80
then, add the corresponding CLI flag.
Line 74 in 2520e80
Use cases
- Send test report to Provider a HTTP server as a proxy to communicate with Gitlab/GitHub gogit#35. So users could see the report from a Gitlab merge request.