In my api calls, when I look at the console I see this before my console output writes. There is a call to https://postman-echo.com/get followed by a dump of the get
call.
How can this be turned off so I only see what is relevant to my api call?
Initial One-Time Workaround In my first test run, I can call console.clear()
in the pre-request Script
and it is removed, but on the second chained test, I canโt do that because I donโt want the log cleared at that time.
Note in my tests and pretest, there is no text except for my tests. Itโs like there is a ghost test operations for the echo being run or it is inheirting some pretest in the above folders?
I am on the latest version of V10.23.5