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)