其他分享
首页 > 其他分享> > 【学习笔记】newman下载

【学习笔记】newman下载

作者:互联网

1.确保电脑安装了node。检查node和npm版本。

2.下载newman。

cnpm i newman -g

 3.检查newman是否安装成功

newman -v

4.安装newman reporter html

npm i -g newman-reporter-html

5.打开postman导出的测试集和环境文件,自动生成报告

newman run IHRM.postman_collection.json -e  TestEnvironment.postman_environment.json -r html

标签:npm,node,postman,笔记,newman,json,html,下载
来源: https://blog.csdn.net/sandraryan/article/details/121164814