newman icon indicating copy to clipboard operation
newman copied to clipboard

json reporter does not change the variables to the actual values used in the request

Open german-chacon opened this issue 3 years ago • 1 comments

  1. Newman Version: 5.3.2
  2. OS details (type, version, and architecture): Windows 11 Home
  3. Are you using Newman as a library, or via the CLI? CLI
  4. Did you encounter this recently, or has this bug always been there: Not sure since I just started using Newman
  5. Expected behaviour: All variables in the json report should be replaced with the actual values.
  6. Command / script used to run Newman: newman run "my collection.postman_collection.json" -e DEV.postman_environment.json -r cli,json
  7. Sample collection, and auxiliary files (minus the sensitive details):

Here are some examples of the variables that are taken in the report:

"host": "{{base_url}}"

"ipDevice": "{{$randomIP}}

I am not sure if I am missing something here, or if I need to add a command in order to have the actual values used in the request to appear in the json report.

Can you please help?

german-chacon avatar Oct 04 '22 10:10 german-chacon

Hello , I would like to contribute this project could you please assign me.

ScriptShah avatar Mar 17 '24 08:03 ScriptShah