Versions in this module Expand all Collapse all v0 v0.1.156 Apr 24, 2026 v0.1.155 Apr 24, 2026 Changes in this version + func ForEachEnvironment(t *testing.T, dir string, fn func(t *testing.T, env runners.RunnerEnvironment), ...) + type Case struct + Factory EnvFactory + Name string + type EnvFactory func(ctx context.Context, dir string) (runners.RunnerEnvironment, error) + type Option func(*options) + func Only(names ...string) Option + func WithDockerImage(img *resources.DockerImage) Option