This package has been deprecated

Author message:

Use report-viewer instead

mocha-report-viewer

0.0.1 • Public • Published

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.

/mocha-report-viewer/

    Package Sidebar

    Install

    npm i mocha-report-viewer

    Weekly Downloads

    2

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • paulpflug