Versions in this module Expand all Collapse all v0 v0.9.0 Aug 4, 2026 Changes in this version + const SkipDefaultBlueprintURL + type TestResult struct + Diffs []string + Name string + Passed bool + SourceFile string + type TestRunner struct + DefaultBlueprintURL string + RunFunc func(filter string) ([]TestResult, error) + func NewTestRunner(rt *runtime.Runtime, artifactBuilder artifact.Artifact) *TestRunner + func (r *TestRunner) Run(filter string) ([]TestResult, error) + func (r *TestRunner) RunAndPrint(filter string) error