Open GoogleCodeExporter opened 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
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
Original issue reported on code.google.com by
al...@fastmail.net
on 19 May 2011 at 4:54