Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecCommand ¶
func ExecCommand(dir, binPath string, opts ExecCommandOptions, arg ...string) error
ExecCommand allows handling output of executed command in realtime by CommandOptions.OutputLineHandler. User could set expectations on the output lines in the CommandOptions.OutputLineHandler to fail fast and give immediate feedback of failed assertion during command execution.
Types ¶
type ExecCommandOptions ¶
ExecCommandOptions is an options for ExecCommand
Click to show internal directories.
Click to hide internal directories.