0

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

4

1 回答 1

1

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

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

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

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

而已!

于 2017-05-18T08:40:55.150 回答