jbehave-junit-runner
jbehave-junit-runner copied to clipboard
Handle RestartingScenarioFailure
It currently appears as if we do not handle the RestartingScenarioFailure properly. The test/step is marked as 'passed' if it indeed failed after a restart.
We should handle this case.
@bbarke, do you have a short example to reproduce the issue?