Story execution continues with steps even of failure of GivenStory
Description
In case of sceanrio level given story as follows:
Meta: @storyName my.story Scenario: Testing given story failure Meta: @index 1 @dummy GivenStories: test.story Given the given story is successfull Then execute then in my.story
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.
Activity
Show:
Maganti Suryanarayana murthy January 20, 2016 at 12:54 AM
This issue still exists. It has not been resolved.
In case of sceanrio level given story as follows:
Meta:
@storyName my.story
Scenario: Testing given story failure
Meta:
@index 1
@dummy
GivenStories: test.story
Given the given story is successfull
Then execute then in my.story
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.