vividus icon indicating copy to clipboard operation
vividus copied to clipboard

Ability to use variables in GivenStories from the table which is set it the main story

Open AngelinaMarchyk opened this issue 6 years ago • 1 comments

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.

AngelinaMarchyk avatar Mar 16 '20 17:03 AngelinaMarchyk

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

ikalinin1 avatar Feb 18 '21 08:02 ikalinin1