解决postman命令执行过程中提示newman: could not find “html“ reporter的问题

本文介绍了解决在使用Newman执行Postman集合测试时遇到的HTML报告生成问题的方法。当运行Newman命令时,若出现找不到HTML报告器的错误,需要全局安装newman-reporter-html模块。安装完成后,即可成功生成HTML格式的测试报告。
摘要由CSDN通过智能技术生成

报错描述:

postman集合测试,通过newman命令执行postman集合。

运行命令:newman run Postman_API.postman_collection.json -d data.json -r html,报错newman: could not find “html” reporter,如下图所示:

提示:newman: could not find "html" reporter
  ensure that the reporter is installed in the same directory as newman
  run `npm install newman-reporter-html`

解决方式:

需要安装newman-reporter-html,安装运行命令:npm install -g newman-reporter-html

C:\Users\Administrator\Desktop\pmtest>npm install -g newman-reporter-html
npm WARN newman-reporter-html@1.0.5 requires a peer of newman@4 but none is installed. You must install peer dependencies yourself.

安装完成,重新运行命令:newman run Postman_API.postman_collection.json -d data.json -r html,报告导出成功。

评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值