Documentation ¶
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 runs an e2e test
type TestCase ¶
type TestCase struct { Path string Config TestCaseConfig }
TestCase contains the information needed to run a test. Each test case run by this driver is described by a `TestCase`.
type TestCaseConfig ¶
type TestCaseConfig struct { ExitCode int `json:"exitCode,omitempty" yaml:"exitCode,omitempty"` Network bool `json:"network,omitempty" yaml:"network,omitempty"` RunTimes int `json:"runTimes,omitempty" yaml:"runTimes,omitempty"` }
TestCaseConfig contains the config information for the test case
Click to show internal directories.
Click to hide internal directories.