Versions in this module Expand all Collapse all v0 v0.0.0 Aug 1, 2022 Changes in this version + const HTTP2_GOAWAY_CHECK + func RunAPI(T *Tester, verbose int) (err error) + func RunBash(T *Tester, verbose int) (err error) + func RunExec(T *Tester, verbose int) (err error) + func RunHLS(T *Tester, verbose int) (err error) + func RunTest(T *Tester, verbose int) (err error) + func RunTestFromArgsFlags(args []string, cmdflags flags.TestFlagpole) error + type BaseTester struct + Dir string + Env map[string]string + Sysenv bool + type BashTester struct + Script string + type ExecTester struct + Command string + type Stats struct + End time.Time + Fail int + Pass int + Skip int + Start time.Time + Time time.Duration + func RunSuites(suites []Suite, verbose int) (TS Stats, err error) + type Suite struct + CTX *cue.Context + Errors []error + Name string + Runtime time.Duration + Stats Stats + Tests []Tester + Value cue.Value + type Tester struct + CTX *cue.Context + Errors []error + Name string + Output string + Stats Stats + Type string + Value cue.Value