postmanlabs / newman

Newman is a command-line collection runner for Postman
https://www.postman.com
Apache License 2.0
6.88k stars 1.16k forks source link

HTML reporter templates should be able to access folder information for a request. #825

Closed czardoz closed 7 years ago

czardoz commented 7 years ago
  1. Newman Version (can be found via newman -v): latest
  2. OS details (type, version, and architecture): all
  3. Are you using Newman as a library, or via the CLI? both
  4. Did you encounter this recently, or has this bug always been there: It's a feature request
  5. Expected behaviour: The HTML reporter data should contain information about folders
  6. Command / script used to run Newman:
  7. Sample collection, and auxilliary files (minus the sensitive details):
  8. Screenshots (if applicable):
czardoz commented 7 years ago

For example, instead of just "DigestAuth Request" here, we should also be able to indicate which folder this request is in. The folder information (basically just the name) should be a part of the template data.

image

kunagpal commented 7 years ago

:+1:

shamasis commented 7 years ago

A path like approach is best like it is done in Newman failure table.

kunagpal commented 7 years ago

Done in #826

kunagpal commented 7 years ago

Pending on the v3.4.0 release.

kunagpal commented 7 years ago

Released with Newman v3.4.0.