newman+post集成自动化
首先需要安装postman 、Newman
1:导出post的脚本为json格式

2:运行以下命令生成html报告
newman>newman run python-test.postman_collection.json -r html --reporter-html-export htmlReport.html

首先需要安装postman 、Newman
1:导出post的脚本为json格式

2:运行以下命令生成html报告
newman>newman run python-test.postman_collection.json -r html --reporter-html-export htmlReport.html
