Versions in this module Expand all Collapse all v1 v1.0.1 Sep 8, 2021 v1.0.0 Sep 6, 2021 Changes in this version + func CopyFile(sourceFile string, destinationFile string) error + func SetupExistingCLI() (string, func(), error) + type E2eCLI struct + BinDir string + ConfigDir string + Test *testing.T + func NewE2eCLI(t *testing.T, binDir string) *E2eCLI + func (c *E2eCLI) DesktopSocket() string + func (c *E2eCLI) NewCmd(command string, args ...string) icmd.Cmd + func (c *E2eCLI) NewComposeCmd(args ...string) icmd.Cmd + func (c *E2eCLI) PathEnvVar() string + func (c *E2eCLI) RunCmd(args ...string) *icmd.Result + func (c *E2eCLI) RunNewComposeCmd(args ...string) *icmd.Result