This is a debugging reporter for Newman.
npm i newman-reporter-debug -g;
newman run examples/sample-collection.json -r debug
newman run examples/sample-collection.json -r cli,debug
Newman tracks the executions of each and every request so that some reporters can use the same to do
post-run analyses. --forceClearRunSummary
stops the recording of this data. Note that this may
have adverse effects on other reporters if they depend on this trace data.
Do enable --silent
flag to see the graph! Else other reporters and CLI output will interfere!