Versions in this module Expand all Collapse all v0 v0.6.0 Dec 18, 2025 Changes in this version + func WriteTestFile(t *testing.T, contents io.Reader) (string, error) + func WriteTestFileWithName(t *testing.T, filename string, contents io.Reader) (string, error) type TestContext + Project func() string + SetValue func(key, value any) + Value func(key any) (any, bool) v0.5.0 Nov 4, 2025 Changes in this version + func Poll(fn PollFunc, opts PollOptions) error + func Test(t *testing.T, tc TestCase) + type PollFunc func() error + type PollOptions struct + Delay time.Duration + Timeout time.Duration + Tries int + type Step struct + PostRun func(TestContext) error + PreRun func(TestContext) error + Run func(TestContext) error + Verify func(TestContext) error + type TestCase struct + PreCheck func() error + Steps []Step + type TestContext interface + Org func() string + OrgUrl func() string + PAT func() string