Skip to content

Support sending test report to a HTTP server #91

Closed
@LinuxSuRen

Description

@LinuxSuRen

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:

type TestReporter interface {

then, add the corresponding CLI flag.

flags.StringVarP(&opt.pattern, "pattern", "p", "test-suite-*.yaml",

Use cases

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions