I am trying to get the current feature name or description when running tests. This is done in a Before hook, like this name = scenario.feature.name
or name = scenario.feature.description
. However it seems that feature
was removed even from legacy API sometime back, and I can't find the new way of grabbing the feature information. Is it still possible to get the current feature name or description or any other information about the feature in the Cucumber 2.4 (Ruby gem)?
This is no longer in Cucumber gem 2.4.0.