How can I use jmesPath to save the entire response body (as I would do with i.e.):
.check(bodyString.saveAs( "RESPONSE_DATA" ))
I tried .check(jmesPath(“.”).saveAs(“RESPONSE_DATA”) but no success.
How can I use jmesPath to save the entire response body (as I would do with i.e.):
.check(bodyString.saveAs( "RESPONSE_DATA" ))
I tried .check(jmesPath(“.”).saveAs(“RESPONSE_DATA”) but no success.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.