Hi,
I'm a first time user of JBehave.
I tried the trader example from the source codebase.
When invoking mvn integration-test, you will among others see the following
output in system out
* [jbehave:run-scenarios {execution: run-scenarios-found}]
Running scenario
org.jbehave.examples.trader.scenarios.StatusAlertCanBeActivated
Running scenario
org.jbehave.examples.trader.scenarios.StatusAlertIsNeverActivated
Running scenario org.jbehave.examples.trader.scenarios.TraderSellsAllStocks
------------------------------------------------------------------------
BUILD SUCCESSFUL
*Thats seems okay but my question are:
Are there no report as a result from the run, like a Junit report?
Micael.