question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v3.6.0 no longer has `summary.run.executions.response.body`

See original GitHub issue
  1. Newman Version (can be found via newman -v): 3.6.0
  2. OS details (type, version, and architecture): macOS 10.12.5 / node.js v6.10.2
  3. Are you using Newman as a library, or via the CLI? Library
  4. Did you encounter this recently, or has this bug always been there: since 3.6.0
  5. Expected behaviour: Until the latest release (up to 3.5.*) the summary.run.executions objects would include response with a property body. This was the response body as string. Since the Update to 3.6.0 the body property (summary.run.executions[0].response.body) is undefined. There seems to be no way to access the response body now?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
aksbenzcommented, Jun 26, 2017

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.

1reaction
kunagpalcommented, Jun 16, 2017

@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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found