When my maven build fails on a JBehave test, I see the following output:
[ERROR] Failed to execute goal org.jbehave:jbehave-maven plugin:3.5.3:run-stories-as-embeddables (run-stories-in-test-scope) on project acceptance-tests: Failed to run stories as embeddables: Failures in running embeddable stories.My_Stories: Failures in running stories: ReportsCount[stories=3,storiesNotAllowed=0,storiesPending=1,scenarios=1,scenariosFailed=0,scenariosNotAllowed=0,scenariosPending=1,stepsFailed=1] -> [Help 1]
I can scroll-up my terminal window to find the scenario that failed, but as the number of scenarios increases, it becomes more painful to find the failure by eye.
It would be helpful if the ReportsCount could be formatted for easier reading and the string include the titles of the scenarios and steps that failed.
Any idea how this could be done? --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email