newman icon indicating copy to clipboard operation
newman copied to clipboard

Add request and response header in verbose

Open raghavbhatia336 opened this issue 3 years ago • 2 comments

Issue

Added request and response headers to --verbose

image

@DannyDainton is this something what we're looking for?

raghavbhatia336 avatar May 04 '21 17:05 raghavbhatia336

Codecov Report

Merging #2730 (5dbeec9) into develop (d94055c) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2730      +/-   ##
===========================================
+ Coverage    91.55%   91.63%   +0.08%     
===========================================
  Files           21       21              
  Lines         1113     1124      +11     
  Branches       339      340       +1     
===========================================
+ Hits          1019     1030      +11     
  Misses          94       94              
Flag Coverage Δ
cli 82.56% <100.00%> (+0.17%) :arrow_up:
integration 41.54% <0.00%> (-0.42%) :arrow_down:
library 59.51% <0.00%> (-0.59%) :arrow_down:
unit 76.42% <9.52%> (-0.67%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/reporters/cli/index.js 87.27% <100.00%> (+0.90%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d94055c...5dbeec9. Read the comment docs.

codecov[bot] avatar May 04 '21 17:05 codecov[bot]

Can we look at integrating somethings from here as well? https://www.npmjs.com/package/newman-reporter-cli-response I think it would help.

Also curious about what you think about the formatting of the headers, did you have any specific reason for logging the exact json? 🤔

elit-altum avatar May 09 '21 12:05 elit-altum