postman(newman)+jenkins实现自动化测试生成报告发送邮件
一、安装newman和report报告:
1.下载node.js压缩包,解压后,并配置好path环境变量
2.安装newman,使用npm install -g newman
3.安装newman报告,使用npm install newman-reporter-html
4.导出postman接口用例脚本和环境变量脚本,编写newman脚本:
newman run C:\Users\43922\Desktop\WeChat.postman_collection.json -e C:\Users\43922\Desktop\MyWorkspace.postman_globals.json -r html --reporter-html-export C:\Users\43922\Desktop\report.html
二、Jenkins安装部署
1.下载 Jenkins,就是下载文件jenkins.war
2.打开终端进入到下载目录.
3.运行命令 java -jar jenkins.war --httpPort=8080.
3.打开浏览器进入链接 http://localhost:8080,在管理员密码栏输入上天红框中的密码
4.至此Jenkins安装成功
三、配置邮件发送详情见
设置QQ邮箱开启POP3/SMTP服务,具体操作如下,切记不要将字母拼错。