I am trying below to execute my test case but not working properly.
While running 2-3 graphql post request scenarios in a single feature file with parallel run enable and printing the response individually after every post hit.
Then in every print statement of response I am getting same response (may be the last executed scenario). Hence it is overwriting the response variable and getting same response in all the scenarios of feature file.
Please suggest some way by which I can get response data of individual scenario before overwriting it by another scenario in parallel run.
Thanks