Name |
Synopsis |
.. |
ginkgo
|
Ginkgo is a BDD-style testing framework for Golang The godoc documentation describes Ginkgo's API.
|
config
|
Ginkgo accepts a number of configuration options.
|
extensions
|
|
table
|
|
ginkgo
|
The Ginkgo CLI The Ginkgo CLI is fully documented [here](http://onsi.github.io/ginkgo/#the_ginkgo_cli) You can also learn more by running: ginkgo help Here are some of the more commonly used commands: To install: go install github.com/onsi/ginkgo/ginkgo To run tests: ginkgo To run tests in all subdirectories: ginkgo -r To run tests in particular packages: ginkgo <flags> /path/to/package /path/to/another/package To pass arguments/flags to your tests: ginkgo <flags> <packages> -- <pass-throughs> To run tests in parallel ginkgo -p this will automatically detect the optimal number of nodes to use.
|
convert
|
|
interrupthandler
|
|
nodot
|
|
testrunner
|
|
testsuite
|
|
watch
|
|
integration
|
|
reporters
|
Ginkgo's Default Reporter A number of command line flags are available to tweak Ginkgo's default output.
|
stenographer
|
|
support
|
|
go-colorable
|
|
go-isatty
|
Package isatty implements interface to isatty
|
types
|
|