When we run a collection, even though all the request got passed but postman showing number of passed and failed as zero on the test result page (and in pass/fail filter also). Can anyone help me resolve this.
Note: I’m using a free version account.
I’m kinda new into the Postman world, but I think you’ll only see the fail counter increase if your assertions fail.
@Sandokhan is correct.
You need to add javascript assertions in the test tab in order for the Test Results counter to go up.