Documentation ¶
Overview ¶
Package slack provides a slack client for reporting test results.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
SendProjectRun(ctx context.Context, projectRun *ProjectRun) error
}
Client is the interface for sending slack messages.
type ProjectRun ¶
type ProjectRun struct { Name string Success bool Version string Duration time.Duration Time time.Time ScenarioRuns []*ScenarioRunDetails }
ProjectRun is the output of a project run.
Click to show internal directories.
Click to hide internal directories.