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