基本步骤:
1.下载node.js//node -v 看版本
2.cmd安装命令npm install -g newman //newman -v看版本
3.cmd输入命令npm install newman-reporter-html //安装html
4.将postman的脚本和环境变量导出到桌面
cmd输入命令newman run C:\Users\63503\Desktop\CRM.postman_collection.json
-e C:\Users\63503\Desktop\CRM.postman_environment.json
-k -r html --reporter-html-export C:\Users\63503\Desktop\sq.html
得到运行结果sq.html
浏览器打开看到结果报告: