jest-cucumber
jest-cucumber copied to clipboard
Configuration options to get scenario outline test data?
Is there any way or configuration option available to get the test data defined in Scenario Outline examples? similar to ${vars.featureTitle} or ${vars.scenarioTitle}
currently we see below is accessed using vars. featureTitle - string featureTags - string[] scenarioTitle - string scenarioTags - string[]
When we run the tests and get the reports using, for example jest-html-reporters, we are not able to identify for which test data the scenario failed.