Skip to content

Support sending test report to a gRPC server #92

Closed
@LinuxSuRen

Description

@LinuxSuRen

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:

type TestReporter interface {

then, add the corresponding CLI flag.

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions