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.

[JSON reporter] output request timing details for each request

See original GitHub issue

not sure if there is a way to output request timing details (dns, firstBytes …) for each request. I can only find timing details for the whole collection. For each request, only response time is available in the output file.

  1. Newman Version (can be found via newman -v): 5.2.0
  2. OS details (type, version, and architecture):
  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:
  5. Expected behaviour:
  6. Command / script used to run Newman:
  7. Sample collection, and auxiliary files (minus the sensitive details):
  8. Screenshots (if applicable):

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:13

github_iconTop GitHub Comments

1reaction
adityaofficial10commented, Feb 6, 2021

Ok thanks😅.

1reaction
DannyDaintoncommented, Feb 6, 2021

I’m not going to stop anyone actively wanting to do any work - You don’t need permission from me 😂

Read more comments on GitHub >

github_iconTop Results From Across the Web

JSON Reporter - WebdriverIO
Just add 'json' as reporter to the array. To get some output during the test you can run the WDIO Dot Reporter and...
Read more >
newman the cli companion for postman - npm
Inbuilt reporters in newman are: cli , json , junit , progress and ... Specify the time (in milliseconds) to wait for requests...
Read more >
reporters/json.js - Documentation - Mocha
reporters /json.js. 'use strict';; /**; * @module JSON; */; /**; * Module dependencies. */; var Base = require('./base');; var fs = require('fs'); ...
Read more >
JSON Reporter | Developer Guide - Nightwatch.js
JSON Reporter is one of the default reporters in Nightwatch along with the HTML and XML reporters. It outputs test results in JSON...
Read more >
newman-reporter-marveldashboard - npm package - Snyk
The default template is used in all other cases. To create a report that only shows the requests with Failed tests, from the...
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