Html报告不会使用newman额外生成。我已经创建了一个批处理,我希望在html文件中捕获运行。它执行,但不生成html报告。你能帮帮我吗SET postman_collection=Newman.postman_collection.json
SET postman_environment=JGestab.postman_environment.jsonpostman_data="A252ST_Inp
按照上的说明,我让我的邮递员测试在下运行,但是,当报告发布时,Test Case Title就是Status code is 200。我已经为集合中的每个测试设置了名称和描述,但是它们在测试报告中仍然是无法区分的。
如何将newman设置为生成实际测试名称(或描述)为Test Case Titles的报告
当我使用参数-r htmlextra运行newman命令时,我将收到以下消息。在这里,我已经使用-g安装了have (全局)。但是当我创建一个newman .js文件时,我可以执行。newman: could not find "htmlextra" reporterplease install reporter using npm
提前谢谢。