How do I print all the test failure information

Hi @tristan-yhao. Welcome to the Postman Community.

The test failure description in your screenshot is probably obfuscated because it is too long to be displayed. You can specifically log those two values in your assertions nn the console.

console.log(jsonObject['rss']['channel']['item'])
console.log(variants)

Rename the test so that the test name is more relevant.

For example “channel\item = xyz”.

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