导出测试用例集

默认2.1

选择保存位置,点击保存即可

打开导出测试用例集所在文件夹

在上方地址栏输入cmd打开命令行窗口

newman run Collection.postman_collection.json -r html --reporter-html-export 我的报告.html
基本格式(无环境、无参数化)
newman run 你的集合名.json -r html --reporter-html-export 测试报告.html
带环境变量 + 参数化 CSV + 报告
newman run collection.json -e environment.json -d 数据文件.csv -r html --reporter-html-export 接口测试报告.html

点击生成的测试报告查看
