Hi, Is there any way to transfer the control from the execution of givenStory to the base story? For example
Story 1 Given Step2.1 is completed GivenStories:Story2--------------------------------------> When Step2.2 is completed Then Step2.3 should be completed When Step1.1 is completed in given story Then Step1.2 for story1 should be processed In this scenario, Story2 is a givenstory for Story1 For Story1, I want givenstory[Story2] to run but only till When Step2.2 is completed and then the control should be transferred to Story1 "When Step1.1 is completed in given story " Is there any way to control this behavior or else could you please suggest my the step to do?? Regards Ajay Singh