hello,
With postman Tests, I check if my result is like a variable.
If my result is wrong, the Test Results windows shows me an error with a message :
But the message is truncated.
expected response body to equal ‘<?xml version=“1.0” encoding=“utf-8”?…’ but got ‘<?xml version=“1.0” encoding=“utf-8”?…’
How is it possible to have the full message?
Thank you