文件名称:newman-reporter-html
文件大小:199KB
文件格式:ZIP
更新时间:2024-05-19 23:52:22
HTML
newman-reporter-html
HTML报告程序,提供有关以HTML格式运行的集合的信息。 这需要与Newman结合使用,以便它可以识别HTML报告选项。
安装
如果newman是全局安装的,则安装应该是全局的,否则是本地的。 (将以下命令中的-g替换为-S进行本地安装)
$ npm install -g newman-reporter-html
用法
为了启用此报告程序,请在Newman的-r或--reporters选项中指定html 。
$ newman run https://www.getpostman.com/collections/631643-f695cab7-6878-eb55-7943-ad88e1ccfd65-JsLv -r html
选项
使用纽曼CLI
CLI选项
描述
--reporter-html-export
【文件预览】:
newman-reporter-html-develop
----.gitignore(938B)
----README.md(4KB)
----test()
--------system()
--------integration()
--------fixtures()
--------.eslintrc(995B)
----examples()
--------sample-collection.json(2KB)
--------sample-collection-report.html(246KB)
--------html-reporter-template-data.json(19KB)
----.eslintrc(14KB)
----.gitattributes(109B)
----npm()
--------test-integration.js(3KB)
--------test-lint.js(2KB)
--------test.js(529B)
--------test-system.js(2KB)
----.jsdoc-config.json(606B)
----package.json(2KB)
----index.js(649B)
----LICENSE.md(11KB)
----CHANGELOG.yaml(439B)
----.npmignore(938B)
----.travis.yml(290B)
----.editorconfig(227B)
----lib()
--------template-default.hbs(247KB)
--------util.js(2KB)
--------index.js(8KB)
----package-lock.json(163KB)