newman-reporter-json-run-only

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

Usage no npm install needed!

<script type="module">
  import newmanReporterJsonRunOnly from 'https://cdn.skypack.dev/newman-reporter-json-run-only';
</script>

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": {
    ...
    }        
}