Documentation
¶
Overview ¶
Package invoke provides gear supporting to facilitate running Plax tests in different environments (and configurations).
Also see cmd/plaxrun.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invocation ¶
type Invocation struct {
Bindings map[string]interface{}
SuiteName string
Filename string
// Dir will be added to ctx.IncludeDirs to resolve YAML (and
// perhaps other) includes.
Dir string
IncludeDirs []string
Env map[string]string
Seed int64
Priority int
Labels string
Tests []string
LogLevel string
Verbose bool
List bool
EmitJSON bool
NonzeroOnAnyError bool
// Retry will override a test's retry policy (if any).
Retry string
// contains filtered or unexported fields
}
Invocation struct for execution of a suite of tests
Click to show internal directories.
Click to hide internal directories.