Hi Postman community,
When we used newman html reporting using command "newman run collection path -r reporting htmlextra " for 5 sets of data, report size is very big around 100 mb and it takes too much time to open.
How can we reduce the size without reducing the assertions.
There are a number of different command line flags which will allow you to omit parts of the data from the final report. It all depends what you want to see in the report.
The report itself is a single HTML page which is dynamically increasing in size, with every new piece of information that itβs getting from the Newman run. Thereβs a limit to what it can actually do / give you.