You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to pass the current scenario/feature definition to a step? I would like to log each HTTP requests that we send to our API and I need to attach the current feature name and scenario name. I was thinking to use the hooks somehow but I think if I run the tests parallel that couldn't work.
The text was updated successfully, but these errors were encountered:
Hi, yes currently when parallel it will not work, I'm planning to at some point change the gherkin so that each node could have a parent node. that would be a good solution to many cases we have
I cannot know that, since this project is not related to my daily work. if that is important for you, you can run through the gherkin package and make the change in PR. I think, that can be accepted since that is useful for many parts of code.
Hi @l3pp4rd!
Is there a way to pass the current scenario/feature definition to a step? I would like to log each HTTP requests that we send to our API and I need to attach the current feature name and scenario name. I was thinking to use the hooks somehow but I think if I run the tests parallel that couldn't work.
The text was updated successfully, but these errors were encountered: