type Test interface {
// Run executes the integration test with the given Dagger client Run(ctx context.Context, client *dagger.Client) (*dagger.Container, error)
// Name returns the name of the integration test Name() string
}
Test defines the interface for all integration tests