Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssertionFailure ¶
func (*AssertionFailure) Error ¶
func (self *AssertionFailure) Error() string
func (*AssertionFailure) Unwrap ¶
func (self *AssertionFailure) Unwrap() error
type Runner ¶
type Runner struct {
RunId string
// contains filtered or unexported fields
}
func NewRunner ¶
func NewRunner(settings RunnerSettings) *Runner
func (*Runner) Execute ¶
Execute a step.
Returns the response in bytes and an error that could be an AssertionFailure that is a request assertion failure which is not an actual error.
func (*Runner) TotalSteps ¶
func (*Runner) ValidateConfig ¶ added in v0.2.0
ValidateConfig validates the config logically at runtime where some features might not work with others, or if some bindings are being used before assignment for example. It returns a "is valid" boolean and a string error message on failure.
type RunnerSettings ¶
Click to show internal directories.
Click to hide internal directories.