WithCwd allows specifying the working directory for the command.
(path string)
| 113 | WithPseudoTTY() |
| 114 | // WithCwd allows specifying the working directory for the command. |
| 115 | WithCwd(path string) |
| 116 | // WithTimeout defines the execution timeout for a command. |
| 117 | WithTimeout(timeout time.Duration) |
| 118 | // Setenv allows to override a specific env variable directly for a specific command instead of test-wide |
no outgoing calls