# Functions
CollectTests builds TestCollection from directory structure.
IsDockerAvailable returns nil if docker buildx is ready to use.
NewTestManifest loads TestManifest from test.yaml file.
# Structs
CommandRunner is an abstract runner mix-in which processes command result.
DockerRunner runs bldr via docker buildx.
EvalRunner runs bldr eval.
IntegrationTest describes single integration set (common testdata).
RunManifest describes single run of integration test.
TestCollection is a set of integration tests.
TestManifest describes single integration test in test.yaml.
ValidateRunner runs bldr validate.
# Interfaces
Run the integration test.