nikgoodley-ibboost / tumbler-glass

Automatically exported from code.google.com/p/tumbler-glass
0 stars 0 forks source link

Single report for maven project made of multiple submodules #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to have a single report for a maven project made of multiple  
submodules?

If not, that would be a very important feature. The reports should be 
independent of the actual module structure, and instead represent the 
(implementation-independent) business perspective.

Original issue reported on code.google.com by al...@fastmail.net on 19 May 2011 at 4:54

GoogleCodeExporter commented 9 years ago
That would most probably need a maven plugin. I'll check if it can be achieved 
by just configuring surefire plugin appropriately.

Original comment by lipinski...@gmail.com on 27 May 2011 at 7:23

GoogleCodeExporter commented 9 years ago
Some more detailed requirements:

- the scenarios associated to the same story (which could be scattered 
throughout different modules in classes with the same @Story element) should be 
collected under one single story-entry in the main report.

E.g.

- Module A has 3 scenarios in class ModAStory1Scenarios, for Story1
- Module B has 2 scenarios in class ModBStory1Scenarios, for Story1
- Module C has 4 scenarios in class ModCStory1Scenarios, for Story1

The unified report should show only one entry for "Story1", with 3 + 2 + 4 = 9 
scenarios.

Original comment by al...@fastmail.net on 9 Jun 2011 at 1:29