Run Summary Stats

I am trying to find out at runtime how many tests are run during my collection along with passed and failed number so I can pass that information to a dashboard for reporting. I can across “summary.run.stats” but I’m not sure how to utilize it. Any pointers will be highly appreciated.

If you use additional json reporter you can find such data after execution in the newman directory

--reporters cli,json

But at runtime - before tests ends I don’t know if there is reporter that can do that but if it exist you can find and download it.