Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

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

Notifications You must be signed in to change notification settings

zendeskarchive/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

Languages

  • JavaScript 100.0%