v3.6.0 no longer has `summary.run.executions.response.body`
See original GitHub issue- Newman Version (can be found via
newman -v
): 3.6.0 - OS details (type, version, and architecture): macOS 10.12.5 / node.js v6.10.2
- Are you using Newman as a library, or via the CLI? Library
- Did you encounter this recently, or has this bug always been there: since 3.6.0
- Expected behaviour:
Until the latest release (up to 3.5.*) the
summary.run.executions
objects would includeresponse
with a propertybody
. This was the response body as string. Since the Update to 3.6.0 thebody
property (summary.run.executions[0].response.body
) is undefined. There seems to be no way to access the response body now?
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (11 by maintainers)
Top Results From Across the Web
Newman.run~events - Summary object details - Help - Postman
Looking for information which clearly defines the availability of the Summary objects based on the Newman event. I have looked in all the ......
Read more >How to read ASP.NET Core Response.Body? - Stack Overflow
Body , not Response.Body . This results in reading an empty string from Response.Body rather than the actual response body contents. Startup.cs
Read more >RestTemplate (Spring Framework 6.0.3 API)
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity...
Read more >Migrating to Apollo Server 4 - Apollo GraphQL Docs
This guide helps you migrate from Apollo Server 3 to Apollo Server 4. ... With Apollo Server 4, the AS core team no...
Read more >ASP.NET Core Middleware | Microsoft Learn
Middleware code analysis. ASP. ... For more information, see Code analysis in ASP. ... Writing to the response body after calling next :....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As an improvement (also a workaround) can we have the handlebars-helpers library included as part of newman html reporter. This will give access to a lot more helpers in creating custom templates.
@deyhle A fix for this bug has been added in #1080, and will be rolled out with the next Newman release. We’ll update this thread accordingly 😄
Thanks for reporting this!