How to view the complete error in a test

I’m running a collection where one of the tests it’s doing is validating against a schema.

The response body is quite long thus I’d like to view all fields which are not meeting their expected values.

I’m unable to find a way to view this via the UI:

When running via Newman, it’s showing these only:

image

Is there a log file which can possibly show the complete message?

You could update the test to log data to the Postman console, or reformat the assertion error message. This article and video walks through how to review (but also customize) test results: How to review Postman test results | Postman Blog

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.