Skip to content

Karma plugin to make possible to use Mocha own reporters and diff output

Notifications You must be signed in to change notification settings

roadhump/karma-mocha-own-reporter

Repository files navigation

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.

About

Karma plugin to make possible to use Mocha own reporters and diff output

Resources

Stars

Watchers

Forks

Packages

No packages published