任何一项测试失败时,Newman 都不会生成报告

Reports are not getting generated in Newman when any one test fails

当 Postman 集合的任何一个请求失败时,Newman 中不会生成报告。执行将结束显示包含文本 "response.toJSON"

的错误

可以通过进行以下更改来解决问题:

  1. 打开HTML文件(路径:npm\node_modules\newman\lib\reporters\html

  2. 注释行reducedExecution.response = reducedExecution.response.toJSON();

  3. 保存文件并重新执行脚本。

就是这样!