spenceclark / newman-reporter-json-summary

A Newman JSON Reporter that strips the results down to a minimum
8 stars 7 forks source link

reporter-json-summary-export is not creating output file #4

Closed Lsiriki closed 4 years ago

Lsiriki commented 4 years ago

newman run collection -r json-summary,cli --reporter-json-summary-export output is not generating the output json file with 1.0.11 version. Its working on 1.0.10.

spenceclark commented 4 years ago

Hi, the parameter name has changed in version 1.0.11 as the old version caused a clash when combined with the default JSON reporter. I've just updated the readme.md

Its now --reporter-summary-json-export

Lsiriki commented 4 years ago

With parameter --reporter-summary-json-export its creating the output json file now. Thanks.