jest-cucumber icon indicating copy to clipboard operation
jest-cucumber copied to clipboard

Configuration options to get scenario outline test data?

Open madhusudhan-patha opened this issue 3 years ago • 0 comments

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.

madhusudhan-patha avatar Feb 24 '22 14:02 madhusudhan-patha