Postman之newman运行API包
Posted Cythia
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Postman之newman运行API包相关的知识,希望对你有一定的参考价值。
1. 在postman中导出脚本:在“参数化”集合中,右键选择export,导出脚本。
2. 在dos窗口用newman运行:先到达脚本所在路径,然后输入 newman run XXX(脚本名称)
3. 运行结果如下:
4. 带参数的脚本运行方式:在脚本名称后面加上 -d data.csv
以上是关于Postman之newman运行API包的主要内容,如果未能解决你的问题,请参考以下文章