Skip to content

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

Open
@german-chacon

Description

@german-chacon
  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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions