Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlaywrightRunner ¶
type PlaywrightRunner struct { Params envs.Params Scraper scraper.Scraper // contains filtered or unexported fields }
PlaywrightRunner - implements runner interface used in worker to start test execution
func NewPlaywrightRunner ¶
func NewPlaywrightRunner(dependency string) (*PlaywrightRunner, error)
func (*PlaywrightRunner) GetType ¶
func (r *PlaywrightRunner) GetType() runner.Type
GetType returns runner type
func (*PlaywrightRunner) Run ¶
func (r *PlaywrightRunner) Run(execution testkube.Execution) (result testkube.ExecutionResult, err error)
Click to show internal directories.
Click to hide internal directories.