How can I view responses in Postman Collection Runner?

In the latest version of Postman you can see all the data from the collection run for each individual request.

In the Collection Runner, Click on the request name and all the details of the request and response can be viewed.

enter image description here

More information can be going on the Debugging using the Request & Response body section of this page


This might help somebody, I tried

pm.test(responseBody, true)

and this printed the response in run summary.