1.0.14 • Published 4 years ago

newman-reporter-json-summary v1.0.14

Weekly downloads
5,814
License
ISC
Repository
github
Last release
4 years ago

JSON Summary Newman Reporter

This generates a very cut down version of the standard JSON reporter output. It is needed where large test packs which generate 1000's of tests results can blow the limits of JSON.Stringify

This outputs:

  • Collection.Info.Name
  • Collection.Info.Id
  • Run.Stats.Requests.*
  • Run.Stats.Assertions.*
  • Run.Timings.*
  • Run.Failures[n].Parent.Name
  • Run.Failures[n].Parent.Id
  • Run.Failures[n].Source.Name
  • Run.Failures[n].Source.Id
  • Run.Failures[n].Error.Message
  • Run.Failures[n].Error.Test

Usage:

newman run collection -r json-summary --reporter-summary-json-export output

Note: If reporter-json-summary-export parameter is not supplied, the output is written to a "newman" sub-folder and the file will contain the timestamp in its name


Schema of the output JSON: https://raw.githubusercontent.com/spenceclark/newman-reporter-json-summary/master/schema.json


Based on the https://www.npmjs.com/package/newman-reporter-json-light package, but slimmed down further.

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago