【发布时间】:2019-09-16 13:14:06
【问题描述】:
我正在 Newman 中运行收集 json 文件并使用 htmlextra 生成报告。
当我使用此命令时,我没有得到生成的报告
newman run "Telus Upgrade Service Testing.postman_collection.json" -e "Upgrade Services Variables.postman_environment.json" --reporter-htmlextra-export -k。当我使用此代码时,将在工作目录
newman run "Telus Upgrade Service Testing.postman_collection.json" -e "Upgrade Services Variables.postman_environment.json" --reporter-htmlextra-export -r htmlextra -k中生成报告。
问题是当我在 cmd 中使用第一个命令时,我能够看到所有服务都在运行,但没有生成报告。
当我在 cmd 中使用第二个命令时,我没有看到任何服务正在运行,但在后端,服务正在运行并生成报告。
请为我提供一个解决方案,我想查看在 cmd 中运行的服务并生成报告。
【问题讨论】:
标签: postman-collection-runner newman