Documentation
¶
Overview ¶
Package runner is responsible for executing test suites.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner executes test suites and reports results.
func NewRunner ¶
func NewRunner(env models.Environment, varManager *variables.Manager, reporter reporter.Reporter, options RunnerOptions) *Runner
NewRunner creates a new test runner instance.
func (*Runner) RunSingleTest ¶
RunSingleTest executes a single test and its dependencies.
type RunnerOptions ¶
type RunnerOptions struct {
InsecureSSL bool // Determines whether to skip SSL certificate verification.
}
RunnerOptions holds configuration for the test runner.
Click to show internal directories.
Click to hide internal directories.