The reports stats are read in the TemplateableViewGenerator and
encapsulated in the Report class. But only the ReportsCount class is
exposed for the moment. We expose the Reports themselves and you could
get the stats required, or we could add the scenarios x examples count
the the ReportsCount.
On 09/08/2012 23:36, Jorge Pombar wrote:
Hello, I'm trying to get the count of how many "test cases" ran
testCases = scenarios x examples
I can see all of this info in the "...stats.html". Looks like the
class PostStoryStatisticsCollector has this information. I'm wondering
how can I get access (and where in the code/execution) to this class?
I'm I going the right way? Or is there a better way to achieve this?
Thanks,
Enrique