Versions in this module Expand all Collapse all v1 v1.0.1 Sep 9, 2025 Changes in this version + type TesterContext struct + ExecutablePath string + IsDebug bool + ShouldSkipAntiCheatTestCases bool + TestCases []TesterContextTestCase + func GetTesterContext(env map[string]string, definition tester_definition.TesterDefinition) (TesterContext, error) + func (c TesterContext) Print() + type TesterContextTestCase struct + Slug string + TesterLogPrefix string + Title string