diff options
| -rw-r--r-- | contributors/devel/e2e-tests.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index 1dbf7c0a..1497c800 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -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. |
