You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newman Version (can be found via newman -v): 6.0.0
OS details (type, version, and architecture): Linux (Jenkins instance on OpenShift)
Are you using Newman as a library, or via the CLI? CLI after installing via node.js in a Docker container.
Did you encounter this recently, or has this bug always been there: Recently, but actually I never tried to export run results before.
Expected behaviour: I use a command like newman run my_collection.json --environment my_environment.json --reporters cli,json --reporter-json-export test-result.json and the JSON in the export file contains all responses in plain text (XML for SOAP responses, JSON otherwise). Otherwise, I cannot find out what exactly went wrong in my service calls. The responses contain detailed error info. What happens instead, is that in the export file there are lots of response.stream.data arrays.
Command / script used to run Newman: See above, no. 4.
Sample collection, and auxiliary files (minus the sensitive details): This is not specific to any individual collection, it happens always.