Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapJunitToExecutionResults ¶
func MapJunitToExecutionResults(out []byte, suites []junit.Suite) (result testkube.ExecutionResult)
Types ¶
type CypressRunner ¶
type CypressRunner struct { Params envs.Params Scraper scraper.Scraper // contains filtered or unexported fields }
CypressRunner - implements runner interface used in worker to start test execution
func NewCypressRunner ¶
func (*CypressRunner) GetType ¶
func (r *CypressRunner) GetType() runner.Type
GetType returns runner type
func (*CypressRunner) Run ¶
func (r *CypressRunner) Run(ctx context.Context, execution testkube.Execution) (result testkube.ExecutionResult, err error)
Click to show internal directories.
Click to hide internal directories.