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 does not work together with standard JSON reporter #1

Closed csvan closed 4 years ago

csvan commented 5 years ago

If I run this reporter by itself or together with another reporter (e.g. -r html,json-summary), the --reporter-json-summary-export flag is respected and the JSON file is generated where I request it.

However, if I run it with the standard json reporter (-r json,json-summary), both JSON files are generated correctly, but, the json-summary file ends up under the default newman folder, and custom file names are not respected.

spenceclark commented 4 years ago

Hi. I've fixed this issue now - latest version (1.0.11) has been published to NPM

Duckbringer commented 4 years ago

Hi. I've fixed this issue now - latest version (1.0.11) has been published to NPM

I run the reporter together with htmlextra and experiance the same issue, newman folder is created and results end up there