Details
Description
When running a scenario with given scenarios, i.e. when running scenarios embedded in another scenario, the scenario runner should only report event beforeStory/afterStory once.
When running a scenario with given scenarios, i.e. when running scenarios embedded in another scenario, the scenario runner should only report event beforeStory/afterStory once.
Hi,
in reality, what is happen is that the main scenario do not runs when a step fails on embedded scenario.
And consequently AfterStory() is not being called too.
regards