Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScraperRunner ¶
type ScraperRunner struct { ScrapperEnabled bool // RUNNER_SCRAPPERENABLED Scraper scraper.Scraper }
ScraperRunner prepares data for executor
func (*ScraperRunner) GetType ¶
func (r *ScraperRunner) GetType() runner.Type
GetType returns runner type
func (*ScraperRunner) Run ¶
func (r *ScraperRunner) Run(execution testkube.Execution) (result testkube.ExecutionResult, err error)
Run prepares data for executor
Click to show internal directories.
Click to hide internal directories.