Reputation: 11
When I tried to execute my postman collection using newman on Jenkins, the console output wasn't readable.
I did some research about it and I found out that I should add the UTF-8
setting in the jenkins.xml
file. After I did that, most of the output was readable but the result table at the last part.
After hours of research, still couldn't add a solid solution. I thought it was about the coloring, and I even added to --color off
. Still the same. Is there any solution?
I tried to add utf-8 encoding settings, it worked for most of the output but the last part. And disabled coloring with --color off
but still, I can't get the table view on console output
Upvotes: 1
Views: 198