Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchCommandOutput ¶
FetchCommandOutput run command and returns the combined stderr and stdout output.
func FindOrInstallGoBasedProvider ¶
FindOrInstallGoBasedProvider check if the provider specified by the pPath executable exists or not. If it exists, it returns the path with no error and if not, it uses the `go install` capabilities to install the provider and setup the required binaries to perform the tests. In case if the install is done by this helper, it will return the value for installed binary as provider which can then be set in the in the invoker to make sure the right path is used for the binaries while invoking rest of the workfow after this helper is triggered.
func RunCommand ¶
RunCommand run command and returns an *exec.Proc with information about the executed process.
Types ¶
This section is empty.