Are you using the sendRequest() function in the collection scripts anywhere?
The images are great but they don’t really tell the whole story so it’s difficult to advise you -
What command are you running with Newman? Are any data files involved here?
Has the collection file changed at all since you exported this to us in Newman?
More information about the what you’re doing will help a lot but without that it’s just a game of guessing
Due to character limitation,am unable to add the collection json here for ur reference.
I didn’t make any changes to the collection json.
The command used to run collection was
newman run ND-142.postman_collection.json --insecure
And to get the html report I used the below command
newman run ND-142.postman_collection.json --insecure -r htmlextra
Am using pre-requisite scripts where request is sent to get the authorization token.
And I absorbed that when I removed the pre-requisite script for a request from the collection,the total request decreased by 1.
If the requests count shows both actual request and prerequisite request then
Why do we have the other stats called prerequisite script count ?
2.Why is pre-requisite scripts shown as 28 when I have only 14 requests?
Also in html reports the number of tests shows 2 where in I have only one test to check the status code.
The reporter is reporting what’s coming through from Newman - There’s a wider issue around using the sendRequest() function in the collection and the reporting of that from Newman.
I have an open issue on the reporter that might provide some more context: