Hello,
I am interested to create lettuce scenarios for a parser that I am implementing.
For this reason I obviously at the Given step, I should provide a json or an xml..
What is the proposed best practice in lettuce for similar situations?
Thank you very much!
Ps:
In unittest, I have all the documents in a folder and I parse them from there to make clear that my parser is valid against all of those.