码迷,mamicode.com
首页 > 其他好文 > 详细

postman接口自动化

时间:2019-05-20 11:43:06      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:教程   接口   tps   自动   五步   setup   code   自动化   ejs   

第一步安装node.js:

安装教程:

https://www.runoob.com/nodejs/nodejs-install-setup.html

查看是否安装成功:

node --version

技术图片

 

第二步安装newman:

执行:npm install -g newman

第三步安装newman-reporter-html

执行:newman-reporter-html

成功截图

技术图片

第四部从postman导出json文件:

技术图片

 

第五步执行脚本:

newman run D:\开发平台\审核.postman_collection.json --reporters cli,html,json,junit --reporter-json-export jsonOut.json --reporter-junit-export xmlOut.xml --reporter-html-export D:\开发平台\htmlOut.html

生成:html ,json,xml 的结果文件,打开html 可查看测试报告

 

postman接口自动化

标签:教程   接口   tps   自动   五步   setup   code   自动化   ejs   

原文地址:https://www.cnblogs.com/mahaining/p/10893194.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!