Open dimaj opened 8 years ago
Would it also be possible to leave reporting up to the user and just let zucchini generate the json files? Because we use the Cluecumber Report Plugin (https://github.com/trivago/cluecumber-report-plugin) in our company.
As of right now, it is not possible as report generation is baked into the shutdown hook: https://github.com/Comcast/zucchini/blob/develop/src/main/java/com/comcast/zucchini/ZucchiniShutdownHook.java#L123
Currently Zucchini is using Masterthought's cuucumber-reporting version 0.0.23. Current version is 1.2.0. Zucchini should be updated to use latest version of that plugin.