jasmine-favicon-reporter

1.0.0 • Public • Published

Jasmine Favicon Reporter

Jasmine reporter that shows count of RED tests in favicon.

Tests and demo available here

How to use

Include favico.js and the reporter prior to boot.js

<!-- SpecRuner.html -->
<script type="text/javascript" src="vendor/favico.js"></script>
<script type="text/javascript" src="jasmine-favicon-reporter.js"></script>
<script type="text/javascript" src="vendor/jasmine-2.0.0-rc2/boot.js"></script>

and specify to use it in boot.js

// vendor/jasmine/boot.js
env.addReporter(new JasmineFaviconReporter());

That's it.

Author: Alexander Kaupanin

Package Sidebar

Install

npm i jasmine-favicon-reporter

Weekly Downloads

13

Version

1.0.0

License

MIT

Unpacked Size

106 kB

Total Files

14

Last publish

Collaborators

  • akaupanin