Hello,
Cucumber specifies JSON report format (
http://cukes.info/reports.html) generated e.g. by Cucumber-JVM. It can be used as input for different visualization tools, e.g. for Cucumber-JVM Reporting for Jenkins (
https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java) which visualizes execution results for Jenkins Jobs.
Since Specflow itself seems not to support JSON as output format, but Pickles does (
http://www.picklesdoc.com/#!Pages/ArgumentsDocumentationFormat.md) I hoped to use Pickles to convert Specflow output to JSON and then use this as input for Jenkins reporting. But it seems that Pickles JSON format is different from format used by Cucumber.
My question is: is it possible (using current version of Pickles) to get JSON report compatible with Cucumber(-JVM)? If not, is such a feature planned for future releases?
Thanks in advance,
Slawa