diff options
| author | Davanum Srinivas <davanum@gmail.com> | 2017-04-05 17:36:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-05 17:36:03 -0400 |
| commit | 749edb12417c4f86ee26b2506da092cbf8e9112b (patch) | |
| tree | 0b935cb2c188f1bf6c92ef2729b7e6fd5b0a79dd | |
| parent | f841d025a8f4edb5202acf826541755c609445e3 (diff) | |
Add a tip about --ginkgo.noColor
Document the flag to switch off color in the output logs.
| -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. |
