Is there a way to configure this formatter as a non-STDOUT formatter? I want to use this formatter to output the xml reports, as well as having the test results piped onto the console as well.
However, it looks to me cucumber only accepts at most 1 formatter that uses STDOUT, as seen in the cucumber code below.
https://github.com/cucumber/cucumber-ruby/blob/646cfe7e5534b32aed6ff3046a889ad069955940/lib/cucumber/cli/options.rb#L388