I am using JBehave to run Scenarios, i have taken an example from WebSite , it is executing properly and generating reports in trarget/jbehave folder.
but the result is showing every time as zero.
(i have taken same example he given in the website)
i need to configure any other?
At the end, I found that I am missing one of the format type STATS in the code
We can use different Format’s like HTML, XML, CONSOLE, IDE_CONSOLE etc..
STATS must be needed to get the Statistics for the Reports.
that will generate Statistics for the Reports.