newman-reporter-json-run-only
v1.0.3
Published
Reporter which cuts out a bunch of unnecessary items in the Newman JSON report. This can help get around issues with JSON.stringify running out of memory. It still uses JSON.stringify, but since it has a fraction of the data it is far less likely to run i
Downloads
2
Readme
newman-reporter-json-light
Newman reporter which mimics the built-in JSON reporter but only includes a few key items in the report.
This was created to get around the issue mentioned here: https://github.com/postmanlabs/newman/issues/935
The report object contains the following items:
run*
Schema followed by the reporter:
{
"run": {
...
}
}