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