Postman----打开postman console控制台,查看接口测试打印log

Posted Syw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Postman----打开postman console控制台,查看接口测试打印log相关的知识,希望对你有一定的参考价值。

  经常在脚本中使用变量时,你可能需要看到变量获取到的值,你可以使用Postman Console去实现的。操作步骤:应用菜单-->View--->Show Postman Console,去打印变量的值。你可以在request的Pre-request Script 中填写console.log("domain)"当你发送请求时,此脚本将会执行,参数对应的值也会打印在Postman Console中。

 

1、查找Show Postman Console

 

 

2、打开Postman Console的页面及提供的功能介绍。

 

 

3、request的Pre-request Script 中填写console.log("domain)",填写后点击“send”运行

 

4、查看运行当前接口在console中打印的日志

 

 

以上是关于Postman----打开postman console控制台,查看接口测试打印log的主要内容,如果未能解决你的问题,请参考以下文章

postman打开后黑屏了

Postman Interceptor和postman更改id仍然无法使用的,从这里下载相同版本的postman和interceptor插件

postman打开弹出网页,是怎么回事? 不能打开POSTMan

postman双击提示无法打开的快速解决方法

Postman----打开postman console控制台,查看接口测试打印log

Postman-进阶