Ability to use variables in GivenStories from the table which is set it the main story
Is your feature request related to a problem? Please describe.
We wanna use GivenStories functionality as precondition steps are similar for all further tests. The main challenge is that all stories need to be run among different locales, so we use table files to set input data. So when I set path to the table file in the main story, values from this table are not pulled up in Given story.
Describe the solution you'd like When table path is set in the main story, I can use these variables in GivenStory as well.
Please let know if any further info needs to be provided.
Currently given stories running differently depending on: bdd.configuration.parallel-story-examples-enabled
true - will be executed per lifecycle example false - will be executed before all examples
Relates to #410