Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
Executor runs tests in containers using buildkit
func NewExecutor ¶
NewExecutor creates a new buildkit-backed executor
func (*Executor) Run ¶
func (b *Executor) Run(ctx context.Context, spec *testsuites.Spec) (rr *testsuites.RunResult, err error)
Run executes the test
Click to show internal directories.
Click to hide internal directories.