I am running a collection with 4 steps.
Step 3 fails, and in the test I set the answer:
var jsonData = JSON.parse (responseBody);
As step 3 fails and no json returns, an error message βCan not read property βidββ appears and the htmlextra report does not generate saying that it was able to execute the first two steps and that the third failed. Would they know why?