文件名称:testcafe-reporter-json:这是TestCafe的JSON报告程序插件
文件大小:96KB
文件格式:ZIP
更新时间:2024-06-17 07:45:37
JavaScript
testcafe-reporter-json 这是的JSON报告程序插件。 安装 默认情况下,此报告程序与TestCafe一起提供。 在大多数情况下,您无需单独安装。 但是,如果需要安装此报告程序,则可以使用以下命令。 npm install testcafe-reporter-json 用法 从命令行运行测试时,请使用--reporter选项指定报告者名称: testcafe chrome 'path/to/test/file.js' --reporter json 使用API时,将报告者名称传递给reporter()方法: testCafe . createRunner ( ) . src ( 'path/to/test/file.js' ) . browsers ( 'chrome' ) . reporter ( 'json' )
【文件预览】:
testcafe-reporter-json-master
----.eslintrc(2KB)
----src()
--------index.js(2KB)
----media()
--------preview.png(91KB)
----.travis.yml(42B)
----LICENSE(1KB)
----Gulpfile.js(1KB)
----test()
--------.eslintrc(45B)
--------utils()
--------test.js(810B)
--------data()
----README.md(1KB)
----.publishrc(271B)
----.editorconfig(299B)
----.gitignore(40B)
----package.json(963B)