Scenario not being restarted after a RestartingScenarioFailure exception is thrown
Description
Since JBehave 4 scenario execution is not restarted after a RestartingScenarioFailure exception, meanwhile Story is properly restarted after a RestartingStoryFailure exception.
I've created a maven project that reproduces this issue:
Since JBehave 4 scenario execution is not restarted after a RestartingScenarioFailure exception, meanwhile Story is properly restarted after a RestartingStoryFailure exception.
I've created a maven project that reproduces this issue:
https://github.com/rjimgal/jbehave4-scenario-restart
JBehave 3.10 is working fine, although storyDurations.props file is not created (also reproduced at given maven project).