Versions in this module Expand all Collapse all v0 v0.19.1 Dec 15, 2015 v0.19.0 Dec 10, 2015 Changes in this version + const VERSION + var DefaultReporterConfig = DefaultReporterConfigType + var GinkgoConfig = GinkgoConfigType + func BuildFlagArgs(prefix string, ginkgo GinkgoConfigType, reporter DefaultReporterConfigType) []string + func Flags(flagSet *flag.FlagSet, prefix string, includeParallelFlags bool) + type DefaultReporterConfigType struct + FullTrace bool + NoColor bool + NoisyPendings bool + SlowSpecThreshold float64 + Succinct bool + Verbose bool + type GinkgoConfigType struct + DryRun bool + EmitSpecProgress bool + FailFast bool + FailOnPending bool + FocusString string + ParallelNode int + ParallelTotal int + RandomSeed int64 + RandomizeAllSpecs bool + SkipMeasurements bool + SkipString string + StreamHost string + SyncHost string