Documentation ¶
Overview ¶
Package runner implements the SoapUI-specific code of the executor.
Index ¶
Constants ¶
View Source
const FailureMessage string = "finished with status [FAILED]"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SoapUIRunner ¶
SoapUIRunner runs SoapUI tests
func (*SoapUIRunner) GetType ¶
func (r *SoapUIRunner) GetType() runner.Type
GetType returns runner type
func (*SoapUIRunner) Run ¶
func (r *SoapUIRunner) Run(ctx context.Context, execution testkube.Execution) (result testkube.ExecutionResult, err error)
Run executes the test and returns the test results
Click to show internal directories.
Click to hide internal directories.