Documentation
¶
Overview ¶
Ginkgo accepts a number of configuration options.
These are documented [here](http://onsi.github.io/ginkgo/#the_ginkgo_cli)
You can also learn more via
ginkgo help
or (I kid you not):
go test -asdf
Index ¶
Constants ¶
View Source
const VERSION = "1.7.0"
Variables ¶
View Source
var DefaultReporterConfig = DefaultReporterConfigType{}
View Source
var GinkgoConfig = GinkgoConfigType{}
Functions ¶
func BuildFlagArgs ¶
func BuildFlagArgs(prefix string, ginkgo GinkgoConfigType, reporter DefaultReporterConfigType) []string
Types ¶
type GinkgoConfigType ¶
type GinkgoConfigType struct {
RandomSeed int64
RandomizeAllSpecs bool
RegexScansFilePath bool
FocusString string
SkipString string
SkipMeasurements bool
FailOnPending bool
FailFast bool
FlakeAttempts int
EmitSpecProgress bool
DryRun bool
DebugParallel bool
ParallelNode int
ParallelTotal int
SyncHost string
StreamHost string
}
Click to show internal directories.
Click to hide internal directories.