I have integrated a Postman sample with Jenkins and the same works properly in the newman cmd line, but not in Jenkins.
[
I have integrated a Postman sample with Jenkins and the same works properly in the newman cmd line, but not in Jenkins.
[
You can add different options to the command, to change the output.
This maybe useful to you:
--disable-unicode
Specify whether or not to force the unicode disable option. When supplied, all symbols in the output will be replaced by their plain text equivalents.
In your Jenkins job build section type
newman run --disable-unicode <postman_collection_name>