Newman: Newman report in jenkins is not formatted

Created on 17 Nov 2017  路  4Comments  路  Source: postmanlabs/newman

  1. Newman Version (can be found via newman -v): 3.8.3
  2. OS details (type, version, and architecture): win10 on 64bit
  3. Are you using Newman as a library, or via the CLI? CLI in jenkins(2.73.1) build (tried both "execute windows batch command" and "execute shell". shell in jenkins point to git.sh on windows.)
  4. Did you encounter this recently, or has this bug always been there: recently
  5. Expected behaviour: it should show the jenkins console output as it shows in the command line
  6. Command / script used to run Newman: newman run Collection.json -e environment.json
  7. Sample collection, and auxilliary files (minus the sensitive details):
  8. Screenshots (if applicable):
    image

Most helpful comment

That works --disable-unicode. Thank you @kunagpal

All 4 comments

@genxlogics Could you try this out with the --disable-unicode option and see if that resolves this issue?

@genxlogics Closing issue due to inactivity. Feel free to revert if you're facing difficulties 馃槃

That works --disable-unicode. Thank you @kunagpal

I was having a similar issue and made the suggested change here (--disable-unicode) and also added the suggested addition to the jenkins.xml file - -Dfile.encoding=UTF8.
Now it works like a charm.

Was this page helpful?
0 / 5 - 0 ratings