Versions in this module Expand all Collapse all v1 v1.0.1 Sep 9, 2025 Changes in this version + type TestRunner struct + func NewQuietTestRunner(steps []TestRunnerStep) TestRunner + func NewTestRunner(steps []TestRunnerStep) TestRunner + func (r TestRunner) Run(isDebug bool, executable *executable.Executable) bool + type TestRunnerStep struct + TestCase tester_definition.TestCase + TesterLogPrefix string + Title string