Open
Description
Apologies for being a pest, BUT, for our jenkins test runner, it's very helpful to use the --no-colors option with cucumber otherwise we get a bunch of escape codes like [32m✔ Then the tag "title" should be visible[39m
in our output.
So I was wondering if there was a generic mechanism to pass options to cucumber, or do you have to mirror specific options to be passed through?
Thanks once more.