Open AngelinaMarchyk opened 4 years ago
The current behavior. After: Scenario executed for each example row
After: Story bdd.configuration.parallel-story-examples-enabled=true Steps are executed for each examples row
bdd.configuration.parallel-story-examples-enabled=false Steps are executed after all of the rows of the example
Also After Stories reported as passed in the report.
We agreed to align the behavior of After: Story steps to work the same way for both cases and targeted it to milestone 0.4.0
Describe the bug Variables we use in composite step for Lifecycle: After are not resolved and step fails
To Reproduce Some part of the story:
So we have variables in /regression/tables/${locale}/Regression.table
Composite itself:
And variables like
<AffCd>
or<taxTypeCd>
are placed in Regression.table Expected behavior The composite with variables works in "Lifecycle: After" partExecution environment (please complete the following information):
Archive with test story, table file, composite and Allure report to reproduce this issue