1.0.0 • Published 3 years ago

newman-reporter-debug v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

newman-reporter-debug (ALPHA)

This is a debugging reporter for Newman.

Installation

npm i newman-reporter-debug -g;

Usage

newman run examples/sample-collection.json -r debug
newman run examples/sample-collection.json -r cli,debug

--reporter-debug-silent

--reporter-debug-verbose

--reporter-debug-force-clear-run-summary

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.

--reporter-debug-trace-memory

--reporter-debug-trace-memory-graph

Do enable --silent flag to see the graph! Else other reporters and CLI output will interfere!

1.0.1-beta.1

3 years ago

1.0.0

3 years ago

0.1.0

6 years ago