我在命令行上使用以下参数运行newman:
newman run#{collection} -g#{globals} -r json --reporter-json-export#{output_file}
问题是我没有在输出json文件中看到摘要。如果我用cli或html记者运行newman,我确实看到了摘要,但是text / html很难解析。我想我做错了,因为我在github上看到一个样本,json是摘要:https://github.com/postmanlabs/newman/blob/develop/examples/reports/html-reporter-template-data.json
我做错了什么?
答案 0 :(得分:0)
我正在运行旧版邮差。在npm安装newman安装了最新版本并且它都在工作。