Newman Repoting with htmlextra

Hello All – my question is when I export the report to a path, multiple files are being generated with the timestamp one after another, If I want to create only a single file and replace with the latest one, what should be done?

Hey @Raktim1988

Welcome to the community! :rocket:

What version of Newman and the htmlextra reporter are you using?

What command are you using to run the Collection?

It should only export the created report files in the way that you describe, if you don’t add the export flag. As this would create a newman directory and store the files within it.

Using this command for example, would create the example.json and overwrite that each time.

--reporter-htmlextra-export example.html

More options can be found on the repo: