Junit reporter for single request with loop

Hi,

I’m facing an issue when using newman, html extra report for a detailed report, junit reporter for publishing and showing functional trends of Jenkins builds.

I have only 1 request with dynamic data, that is executed in a loop (1 request that is executed 100 times). Html reporter will provide a full report showing all requests/data, but junit will provide a report only for 1 request, thus I am not able to publish the report or have any trends.

Does someone have a solution for this, please?