0.0.1 • Published 9 years ago

mocha-report-viewer v0.0.1

Weekly downloads
7
License
-
Repository
github
Last release
9 years ago

mocha-report-viewer

A cli for piping a mocha xunit testresult directly into your browser. Each time mocha runs tests, the browser view will be updated. Uses socket.io for best experience.

Install

npm install mocha-report-viewer

Usage

Best used with mocha:

mocha --reporter xunit --watch | livereport --opener

This will start a webserver (localhost:9999) to view current testresults. No livereload needed. Errors will be shown prominently on top.

Release History

  • v0.0.1: First Release

License

Copyright (c) 2015 Paul Pflugradt Licensed under the MIT license.