Details
Description
Currently, the method StoryRunner.runParametrisedScenariosByExamples does not
check the configuration and whenever a step fails all subsequent examples are
reported as not performed.
A simple fix would be to do this before calling the runScenarioSteps method:
if(context.configuration().storyControls().resetStateBeforeScenario())
{ context.resetState(); }Thanks
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 3.5 [ 17393 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |