Comcast / zucchini

Run your cucumber-jvm tests in parallel across all your devices
http://comcast.github.io/zucchini/
Apache License 2.0
34 stars 19 forks source link

Update version of cucumber-reporting #30

Open dimaj opened 8 years ago

dimaj commented 8 years ago

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.

bischoffdev commented 5 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.

dimaj commented 5 years ago

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