From 749edb12417c4f86ee26b2506da092cbf8e9112b Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 5 Apr 2017 17:36:03 -0400 Subject: Add a tip about --ginkgo.noColor Document the flag to switch off color in the output logs. --- contributors/devel/e2e-tests.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3