Is it possible to have 1 html report on all collections run in newman?

@nishant.shah2 yeah, it is bit annoying. But you can use this workaround.

  1. Create a folder at the root of your collection folder and name it whatever you want to see in the report
  2. Put all your test folders or tests under the above folder.

see the example below.

Example:

Weather(collection)

  • Weather API(create this folder)

      -- Test folder 1
      -- Test folder 2