我尝试安装一个自定义报告'teamcity‘,并在newman运行期间尝试使用它,即使软件包安装正确,它也会抛出’report and‘t be loaded’错误。
请查看以下详细信息:

当我在本地创建自己的报告并尝试使用它时,同样的问题也会发生。但是像html,cli这样的内置记录器工作得很好。这里有什么问题吗?还是我做错了什么?请给我建议。
发布于 2018-06-06 05:02:34
尝试在全局安装newman-reporter teamcity并运行
$ npm install -g newman-reporter-teamcity再次运行您的集合。
$ newman run APITesting.postman_collection.json -r teamcity我也有同样的问题。一旦我完成全局安装,这个问题就解决了。
https://stackoverflow.com/questions/50537763
复制相似问题