You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't tried but I can see one place which enforces the use of colors, in macros.rs there's usage of ColorChoice::Always. The termcolor crate gives an example on how to detect the presence of a terminal and set ColorChoice accordingly.
The text was updated successfully, but these errors were encountered:
Currently Cucumber is using color codes even when the output isn't a TTY. For example in Jenkins one can see output like this:
I haven't tried but I can see one place which enforces the use of colors, in
macros.rs
there's usage ofColorChoice::Always
. Thetermcolor
crate gives an example on how to detect the presence of a terminal and setColorChoice
accordingly.The text was updated successfully, but these errors were encountered: