Documentation ¶
Overview ¶
Package testing implements the Testing domain. Testing domain is a dumping ground for the capabilities requires for browser or app testing that do not fit other domains.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GenerateTestReportArgs ¶
type GenerateTestReportArgs struct { Message string `json:"message"` // Message to be displayed in the report. Group *string `json:"group,omitempty"` // Specifies the endpoint group to deliver the report to. }
GenerateTestReportArgs represents the arguments for GenerateTestReport in the Testing domain.
func NewGenerateTestReportArgs ¶
func NewGenerateTestReportArgs(message string) *GenerateTestReportArgs
NewGenerateTestReportArgs initializes GenerateTestReportArgs with the required arguments.
func (*GenerateTestReportArgs) SetGroup ¶
func (a *GenerateTestReportArgs) SetGroup(group string) *GenerateTestReportArgs
SetGroup sets the Group optional argument. Specifies the endpoint group to deliver the report to.
Click to show internal directories.
Click to hide internal directories.