Generate Only one report for Parallel execution of APIS using Newman

How can we generate only one report for parallel execution of apis using newman

@danishiqbal111 - This isn’t possible in Newman yet - you’ll need to write your own script to run multiple collections parallelly and combine the results.

You can use the JSON reporter while running newman.run (documented at https://www.npmjs.com/package/newman)