damianszczepanik / cucumber-reporting-jenkins

Java jenkins plugin for cucumber-jvm reporting
151 stars 12 forks source link

Extract basic report functionality #16

Closed remast closed 12 years ago

remast commented 12 years ago

Hi,

I wanted to create reports from a Maven plugin. Therefore I extracted the generator for the FeatureReport as a simple jar project (https://github.com/PE-INTERNATIONAL/cucumber-jvm-report) and built my Maven plugin on top of that (https://github.com/PE-INTERNATIONAL/maven-cucumber-jvm-report-plugin).

Maybe you are interested in that!

Bye, Jan

kingsleyh commented 12 years ago

hi

thats awesome :) I was just thinking about doing this for our team here.

Thanks

--Kingsley On 8 Jun 2012, at 12:39, Jan Stamer wrote:

Hi,

I wanted to create reports from a Maven plugin. Therefore I extracted the generator for the FeatureReport as a simple jar project (https://github.com/PE-INTERNATIONAL/cucumber-jvm-report) and built my Maven plugin on top of that (https://github.com/PE-INTERNATIONAL/maven-cucumber-jvm-report-plugin).

Maybe you are interested in that!

Bye, Jan


Reply to this email directly or view it on GitHub: https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java/issues/16

remast commented 12 years ago

Oh and I just replaced the Flash charts by D3.js. Although I have not tested it for the tags.

kingsleyh commented 12 years ago

I have built on your work and moved the core functionality out to a new project - its a rewrite with lots of tests and now the code is much simpler.