Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IsTesting = strings.HasSuffix(os.Args[0], ".test") IsGithubActions = os.Getenv("GITHUB_ACTIONS") == "true" IsDrone = os.Getenv("DRONE") == "true" StdoutWriter = lo.Ternary[io.Writer](IsTesting, ginkgo.GinkgoWriter, os.Stdout) StderrWriter = lo.Ternary[io.Writer](IsTesting, ginkgo.GinkgoWriter, os.Stderr) )
Functions ¶
func EnableIfCI ¶ added in v0.9.2
func IfIntegration ¶ added in v0.9.2
func IfIntegration(f func())
func IfLabelFilterMatches ¶ added in v0.9.2
func IfLabelFilterMatches(labels ginkgo.Labels, f func())
Types ¶
Click to show internal directories.
Click to hide internal directories.