config

package
v0.0.0-...-6c5c0f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2015 License: MIT, Apache-2.0 Imports: 3 Imported by: 0

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.1.0"

Variables

View Source
var DefaultReporterConfig = DefaultReporterConfigType{}
View Source
var GinkgoConfig = GinkgoConfigType{}

Functions

func BuildFlagArgs

func BuildFlagArgs(prefix string, ginkgo GinkgoConfigType, reporter DefaultReporterConfigType) []string

func Flags

func Flags(flagSet *flag.FlagSet, prefix string, includeParallelFlags bool)

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
	FailFast          bool
	EmitSpecProgress  bool
	DryRun            bool

	ParallelNode  int
	ParallelTotal int
	SyncHost      string
	StreamHost    string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL