Documentation ¶
Index ¶
Constants ¶
View Source
const FEATURE_TYPE = "feature"
View Source
const PROJECT_TYPE = "project"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KarateRunner ¶
type KarateRunner struct {
// contains filtered or unexported fields
}
func NewRunner ¶
func NewRunner() *KarateRunner
func (*KarateRunner) GetType ¶
func (r *KarateRunner) GetType() runner.Type
GetType returns runner type
func (*KarateRunner) Run ¶
func (r *KarateRunner) Run(execution testkube.Execution) (result testkube.ExecutionResult, err error)
Click to show internal directories.
Click to hide internal directories.