文件名称:karma-notify-reporter:使用 OSX Notification Center、Growl 或 notify-send 报告测试结果
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-18 15:32:41
JavaScript
karma-notify-reporter 使用 OSX 通知中心、 或通知发送报告测试结果。 建立在之上。 默认情况下,通知中心将在 Mac 上使用,notify-send 将在 Linux 上使用,如果 Mac 10.8 或 Linux 都不是,则将使用 Growl。 安装 npm install karma - notify - reporter -- save - dev 配置 // karma.conf.js module . exports = function ( config ) { config . set ( { // If you have plugins listed explicitly, add karma-notify-reporter, // otherwise it will be loaded automatically.
【文件预览】:
karma-notify-reporter-main
----.gitignore(12B)
----images()
--------success.png(673B)
--------error.png(1KB)
--------failed.png(2KB)
----.snyk(404B)
----package.json(896B)
----LICENSE(1KB)
----index.js(3KB)
----CHANGELOG.md(105B)
----README.md(1KB)