0.1.9 • Published 9 years ago

mocha-html-dot-reporter v0.1.9

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Code Climate

A Mocha browser reporter that draws a line of dots and “F”s. To use it, say:

mocha.reporter(HTMLDotReporter);

Use CSS to style pre, pre .success, pre .failure, pre .end, and pre .failure-detail inside #mocha to style pieces.

Here is a sample output:

..........................................................F....................
...............................................................................
...............................................................................
....
240 of 241 passed

The smoke test fails:
expected 'this failing test' to not exist

test run time: 0.016s

Installation

npm install mocha-html-dot-reporter

or

curl https://raw.githubusercontent.com/gurdiga/mocha-html-dot-reporter/latest-release/index.js > mocha-html-dot-reporter.js

Tests

Yes, this is a test reporter that has tests itself! 8-) Just open tests.html in the browser.

0.1.9

9 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.0.6

10 years ago

0.0.5

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago