trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.
https://www.softwaretester.blog
Apache License 2.0
268 stars 89 forks source link

Combining the json files into single report when ran in multiple jenkin jobs #274

Closed rahulbommanaboina closed 2 years ago

rahulbommanaboina commented 3 years ago

Hi Team ,

We have a scenario where we run multiple automation jobs in jenkins , since the report generation is inside the project , its creating individual report for each job , is there a way we can use the plugin which can combine all json files of different jobs in jenkins and create a report ? 'If we have this plugin for jenkins then may we can use this pipeline stage and build the report , can you please suggest if this is possible.

bischoffdev commented 3 years ago

You don't have to have Cluecumber in the same project as the tests. It may well be a completely separate Maven invocation that can be used to combine the reports of multiple jobs into one.

bischoffdev commented 2 years ago

Closed due to no reaction.