cfripper
cfripper copied to clipboard
JUnitXML output support
Hi,
Are there any plans to support junitxml output support? This would make it easier to integrate into CI/CD pipelines with reports and metrics.
Thanks
Hey! Thanks for flagging this to us. At the moment we have no plans for supporting junitxml unfortunately. There are some tools out there which should be able to convert JSON output to JUnit (https://www.npmjs.com/package/json-to-junit). CFRipper can output to JSON, so you might be able to build something in your pipeline to achieve that.
Thanks!