karma-mocha-own-reporter

Karma plugin to make possible to use Mocha own reporters.

Usage no npm install needed!

<script type="module">
  import karmaMochaOwnReporter from 'https://cdn.skypack.dev/karma-mocha-own-reporter';
</script>

README

Karma Mocha Own Reporter

Build Status

Karma plugin to make possibble to use Mocha own reporters (including diff output).

You should use karma-mocha plugin and any decent assertion library (expect.js, chai, etc).

Installation

npm install karma-mocha-own-reporter --save-dev

Configuration

karma.conf.js

{
    reporters: ["mocha-own"],

    mochaOwnReporter: {
        reporter: 'nyan'
    }
}

output output

Diff Output

Coming very soon.

Issues

Please file issues on the issue tracker on GitHub.