文件名称:qunit-reporter-junit:一个QUnit插件,用于生成JUnit样式的XML测试报告
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-18 21:36:56
JavaScript
QUnit的JUnit Reporter 一个QUnit插件,可生成JUnit样式的XML测试报告(例如,用于集成到Jenkins等构建工具中)。 用法 新的API 在QUnit核心脚本本身之后添加插件脚本(“ qunit-reporter-junit.js”),然后使用jUnitDone注册回调以使用XML字符串(例如,将其上传到服务器): QUnit . jUnitDone ( function ( report ) { if ( typeof console !== 'undefined' ) { console . log ( report . xml ) ; } } ) ; 使用这个新的API(从v1.1.0 ),您甚至可以在测试完成后注册回调,并且仍然可以成功接收数据(只要在测试运行之前包含了“ qunit-reporter-junit.js”脚本)开始
【文件预览】:
qunit-reporter-junit-master
----.gitignore(28B)
----README.md(1KB)
----test()
--------index-old-api.html(616B)
--------qunit-reporter-junit.test.js(756B)
--------index.html(603B)
----.gitattributes(127B)
----Gruntfile.js(7KB)
----.jshintrc(336B)
----package.json(1KB)
----.jshintignore(14B)
----AUTHORS.txt(386B)
----.mailmap(386B)
----LICENSE.txt(2KB)
----.travis.yml(118B)
----qunit-reporter-junit.js(8KB)