> Hi,
> I want to call scenario 1 and 2 in story X from story Y. I am able to do
> this using GivenStories.
>
> This is how my story Y looks like:
>
> GivenStories: path/to/storyX#{id1:scenario1;id2:scenario2}
>
> Now, I want to pass input data to these scenarios and run the scenario for
> each row in the table.
>
> For each row in table ABC,
> execute scenario1 in story X
> execute scenario2 in story X
>
> Is this possible? Can I achieve this using customization?
>
> Thanks,
> Swati
>
