Pedlar / gradle-calabash-android-plugin

Gradle Plugin for Calabash
Apache License 2.0
46 stars 29 forks source link

Add option to specify --format json #8

Open farrukhnajmi opened 10 years ago

farrukhnajmi commented 10 years ago

It seems that there are much better options for formatting HTML reports from cucumber tests if the output fromat is json. This Jenkins plugin page has some nice images to illustrate what I am saying:

https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java

It would be nice to be able to specify that option on the plugin. I am new to calabash and cucumber so if I am missing something please comment and close this issue. Thanks.

carlmanaster commented 9 years ago

Am I correct in assuming that since this issue remains open, it is not currently possible to specify --format json through this plugin?

saschpe commented 9 years ago

Hi, looks like I just scratched our shared itch: https://github.com/Pedlar/gradle-calabash-android-plugin/pull/15

slott commented 9 years ago

Uhhh - been looking for this for ages. How to enable json from Jenkins ?