Hi,
In case of sceanrio level given story as follows: Meta: @storyName my.story Scenario: This is second scenario Meta: @index 1 @dummy GivenStories: test.story Given execute given for second scenario Then execute then for second scenario Even when the GivenStory[test.story] fails, the execution continues with the next steps in the calling story[ie my.story]. which should not be the case.. Is there any work around provided out of the box? Regards Ajay