Search code examples
postmanpostman-collection-runner

How can I view responses in Postman Collection Runner?


I am using the Postman Collection Runner to run the same request multiple times using iterations. My tests work as expected, but I'm not able to see the individual responses for each request.

Is it possible to view the responses for requests in the Postman Collection Runner?


Solution

  • This might help somebody, I tried

    pm.test(responseBody, true)

    and this printed the response in run summary.