you could use your own reporter class to collect "your" data, either by subclassing the PostStoryStatisticsCollector, implementing the interface directly or starting with the Null reporter.
This way you do not have to change anything in the jbehave code.

Or you could read the properties file without the html decoration in target/jbehave

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




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to