批量执行
使用newman生成测试报告
步骤
1.批量生成测试用例集
2.导出Export用例集
3.在终端中执行命令,生成测试报告
newman run xxxx,json -e 环境变量文件 -d 外部数据文件 -r html --reporter-html-export 测试报告名.html
实现
2023-12-23 19:28:33
1.批量生成测试用例集
2.导出Export用例集
3.在终端中执行命令,生成测试报告
newman run xxxx,json -e 环境变量文件 -d 外部数据文件 -r html --reporter-html-export 测试报告名.html