Open
Description
- Newman Version: 5.3.2
- OS details (type, version, and architecture): Windows 11 Home
- Are you using Newman as a library, or via the CLI? CLI
- Did you encounter this recently, or has this bug always been there: Not sure since I just started using Newman
- Expected behaviour: All variables in the json report should be replaced with the actual values.
- Command / script used to run Newman: newman run "my collection.postman_collection.json" -e DEV.postman_environment.json -r cli,json
- 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?