testcafe-reporter-custom:TestCafe记者,可让您提供自己的逻辑

时间:2024-06-04 07:25:25
【文件属性】:

文件名称:testcafe-reporter-custom:TestCafe记者,可让您提供自己的逻辑

文件大小:84KB

文件格式:ZIP

更新时间:2024-06-04 07:25:25

javascript typescript testcafe testcafe-reporter JavaScript

testcafe-reporter-custom 这是的自定义报告程序插件。 安装 npm install testcafe-reporter-custom 用法 从命令行运行测试时,请使用--reporter选项指定报告者名称: testcafe chrome ' path/to/test/file.js ' --reporter custom 使用API​​时,将报告者名称传递给reporter()方法: testCafe . createRunner ( ) . src ( 'path/to/test/file.js' ) . browsers ( 'chrome' ) . reporter ( 'custom' ) // <- . run ( ) ; 之后,您可以在reporter/index.js文件中定义您的自定义逻辑。 可以


【文件预览】:
testcafe-reporter-custom-master
----package.json(588B)
----LICENSE(1KB)
----package-lock.json(87B)
----.npmignore(3KB)
----examples()
--------typescript()
--------basic()
----.gitignore(3KB)
----lib()
--------index.js(1KB)
--------utils()
----README.md(3KB)

网友评论