Is there an existing issue for this?
Describe the Issue
When we run collections using collection runner assertions from 1st request in the collection are getting repeated.
Steps To Reproduce
- Create a collection
- Add a HTTP request to any public API I used https://catfact.ninja/fact this in my case.
- Add assertions to that request here in my test tab body `try{
var data= JSON.parse(responseBody);
console.log(data);
tests["Status code is 200"] = responseCode.code === 200;
}
catch(e)
{
console.log("Unable to send this request :"+e);
}`
- Run this collection multiple times using collection run and use different number of iterations.
Screenshots or Videos
screen-capture.zip
Operating System
Windows
Postman Version
9.22.2
Postman Platform
Postman App
Additional Context?
No response