package config
import "github.com/onsi/ginkgo/config"
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
- Variables
- func BuildFlagArgs(prefix string, ginkgo GinkgoConfigType, reporter DefaultReporterConfigType) []string
- func Flags(flagSet *flag.FlagSet, prefix string, includeParallelFlags bool)
- type DefaultReporterConfigType
- type GinkgoConfigType
Constants ¶
const VERSION = "1.0.0"
Variables ¶
var DefaultReporterConfig = DefaultReporterConfigType{}
var GinkgoConfig = GinkgoConfigType{}
Functions ¶
func BuildFlagArgs ¶
func BuildFlagArgs(prefix string, ginkgo GinkgoConfigType, reporter DefaultReporterConfigType) []string
func Flags ¶
Types ¶
type DefaultReporterConfigType ¶
type DefaultReporterConfigType struct { NoColor bool SlowSpecThreshold float64 NoisyPendings bool Succinct bool Verbose bool FullTrace bool }
type GinkgoConfigType ¶
type GinkgoConfigType struct { RandomSeed int64 RandomizeAllSpecs bool FocusString string SkipString string SkipMeasurements bool FailOnPending bool ParallelNode int ParallelTotal int SyncHost string StreamHost string }
Source Files ¶
- Version
- v1.0.0
- Published
- May 24, 2014
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 1 week ago –
Tools for package owners.