How to comment in a click a paragraph in Test?
For example, I have to comment:
//let jsonResponse=pm.response.json();
//let message=jsonResponse.Message;
//let totalItems=message.replace(/\D/g,‘’);
//console.log(totalItems);
//pm.response.to.have.jsonBody(“Message”, "Found total of “+ totalItems + " flows”);
//pm.environment.set(“Num_of_flows”, totalItems);
*as a paragraph comment? *
Thanks a lot!!