I'm trying to write assertions for api testing using postman. In order to debug I'm using console.log() function, which is cluttering the console of Postman.
I've tried console.clear();
in pre-request script but get TypeError.
Error in postman:
Can I programmatically clear the console in pre-request Script or Test section of Postman?