Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter struct { Channels []string TestResults []report.TestResult Framework string Metadata config.Metadata TestEnv string RenderedResult string Config config.Notifications Service Service DisableUsageMetrics bool // contains filtered or unexported fields }
Reporter represents reporter for slack
func (*Reporter) Add ¶
func (r *Reporter) Add(t report.TestResult)
Add adds the TestResult to the reporter. TestResults added this way can then be rendered out by calling Render().
func (*Reporter) ArtifactRequirements ¶
func (r *Reporter) ArtifactRequirements() []report.ArtifactType
ArtifactRequirements no need to implement
func (*Reporter) GetRenderedResult ¶
GetRenderedResult returns rendered result.
Click to show internal directories.
Click to hide internal directories.