How does turnip_formatter compare to existing report builders:
eg. this one for jenkins:
https://github.com/jan-molak/jenkins-cucumber-jvm-reports-plugin-java
And can this gem be used to produce cucumber compatible json output?
ie. of the form:
https://www.relishapp.com/cucumber/cucumber/docs/json-output-formatter#one-feature,-one-passing-scenario,-one-failing-scenario
which could then be plugged in to the cucumber report builders?
Or on the other hand can this gem generate reports in jenkins based on the cucumber json created by some other job?
How does
turnip_formattercompare to existing report builders:eg. this one for jenkins:
https://github.com/jan-molak/jenkins-cucumber-jvm-reports-plugin-java
And can this gem be used to produce cucumber compatible json output?
ie. of the form:
https://www.relishapp.com/cucumber/cucumber/docs/json-output-formatter#one-feature,-one-passing-scenario,-one-failing-scenario
which could then be plugged in to the cucumber report builders?
Or on the other hand can this gem generate reports in jenkins based on the cucumber json created by some other job?