Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
ProjectPath string // Path to the Go project directory.
Verbose bool // If true, provides detailed logging.
RunCount int // Number of times to run the tests.
UseRace bool // Enable race detector.
FailFast bool // Stop on first test failure.
SkipTests []string // Test names to exclude.
SelectedTestPackages []string // Explicitly selected packages to run.
CollectRawOutput bool // Collect test output for later inspection.
// contains filtered or unexported fields
}
func (*Runner) RawOutputs ¶
RawOutput retrieves the raw output from the test runs, if CollectRawOutput enabled. packageName : raw output
Click to show internal directories.
Click to hide internal directories.