Versions in this module Expand all Collapse all v0 v0.0.1 Nov 22, 2024 Changes in this version + type Runner struct + CollectRawOutput bool + FailFast bool + ProjectPath string + RunCount int + SelectedTestPackages []string + SkipTests []string + UseRace bool + Verbose bool + func (r *Runner) RawOutputs() map[string]*bytes.Buffer + func (r *Runner) RunTests() ([]reports.TestResult, error)