I am trying to pass a dictionary from a feature file to my test file. I searched a lot but couldnt find a way to pass a dictionary.
Below is one example that is available in behave which I wanted to achieve in pytest-bdd
Reference link: How can I pass an object like a list or dictionary in python behave .feature file
Please let me know if someone already have a solution for the same.
Thank you.