其他分享
首页 > 其他分享> > Postman批量执行与生成测试报告

Postman批量执行与生成测试报告

作者:互联网

批量执行

 

使用newman生成测试报告 

步骤

1.批量生成测试用例集

2.导出Export用例集

3.在终端中执行命令,生成测试报告

newman run xxxx,json -e 环境变量文件 -d 外部数据文件 -r html --reporter-html-export 测试报告名.html

实现

 

 

 

 

 

标签:测试报告,批量,生成,newman,html,export,Postman
来源: https://www.cnblogs.com/sff-0-0/p/15557627.html