-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Sometimes, we might want to send the test report to a gRPC 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", |
Similar issues
How to test
We could try to send the test report to etcd.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers