-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
backendenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
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
| type TestReporter interface { |
then, add the corresponding CLI flag.
Line 74 in 2520e80
| flags.StringVarP(&opt.pattern, "pattern", "p", "test-suite-*.yaml", |
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers