Documentation ¶
Index ¶
- Constants
- func AppUri(appName, path string, config helpersinternal.CurlConfig) string
- func Curl(cfg helpersinternal.CurlConfig, args ...string) *gexec.Session
- func CurlApp(cfg helpersinternal.CurlConfig, appName, path string, args ...string) string
- func CurlAppRoot(cfg helpersinternal.CurlConfig, appName string) string
- func CurlAppWithTimeout(cfg helpersinternal.CurlConfig, appName, path string, timeout time.Duration, ...) string
- func CurlSkipSSL(skip bool, args ...string) *gexec.Session
- func CurlingAppRoot(cfg helpersinternal.CurlConfig, appName string) func() string
- func EnableCFTrace(config artifactsDirectoryConfig, componentName string)
- func NewJUnitReporter(config artifactsDirectoryConfig, componentName string) *reporters.JUnitReporter
- func Run(executable string, args ...string) *gexec.Session
Constants ¶
View Source
const CURL_TIMEOUT = 60 * time.Second
Variables ¶
This section is empty.
Functions ¶
func CurlAppRoot ¶
Curls an app's root endpoint and exit successfully before the default timeout
func CurlAppWithTimeout ¶
func CurlAppWithTimeout(cfg helpersinternal.CurlConfig, appName, path string, timeout time.Duration, args ...string) string
Curls an app's endpoint and exit successfully before the specified timeout
func CurlingAppRoot ¶
Returns a function that curls an app's root endpoint and exit successfully before the default timeout
func EnableCFTrace ¶
func EnableCFTrace(config artifactsDirectoryConfig, componentName string)
func NewJUnitReporter ¶
func NewJUnitReporter(config artifactsDirectoryConfig, componentName string) *reporters.JUnitReporter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.