Add a tip about --ginkgo.noColor
Document the flag to switch off color in the output logs.
This commit is contained in:
parent
f841d025a8
commit
749edb1241
|
@ -218,6 +218,8 @@ if any specs are pending.
|
|||
--ginkgo.focus="": If set, ginkgo will only run specs that match this regular
|
||||
expression.
|
||||
|
||||
--ginkgo.noColor="n": If set to "y", ginkgo will not use color in the output
|
||||
|
||||
--ginkgo.skip="": If set, ginkgo will only run specs that do not match this
|
||||
regular expression.
|
||||
|
||||
|
|
Loading…
Reference in New Issue