以下安装步骤可以下载本人打包的安装包地址:https://download.youkuaiyun.com/download/qq_36379597/12113071
1,postman自行安装
2,node自行安装 ,教程:https://jingyan.baidu.com/article/e4511cf38c05092b845eaf9b.html
3,newman安装:
1,newman-develop 下载安装,下载后,解压,用cmd进入该文件下的根目录,执行
npm istall -g newman
本人已把安装文件打包上传了
2,安装newman-reporter,解压,cmd进入该文件下的根目录,执行
npm install newman-reporter-html
可以用
//检查newman版本号
newman -v
//检查newmanreporter的版本号
npm -v
4,安装Jenkins,这个大家在网上找找资料
5,postman导出脚本,导出Jason格式脚本