karma-results-summary-reporter
v0.0.13
Published
A Karma plugin. Report current spec on browser crash/ disconnect. Provides full logs for each failure. Supports Travis folding.
Downloads
53
Readme
Karma summary reporter
A Karma plugin. Report current spec on browser crash/ disconnect. Provides full logs for each failure. Supports Travis folding.
Table of Contents
Install
npm i karma-results-summary-reporter
# Or with Yarn
yarn add karma-results-summary-reporter
Usage
import KarmaSummaryReporter from `karma-results-summary-reporter`;
const karmaSummaryReporter = new KarmaSummaryReporter;
// fill in the rest.
Laziness has prevented usage instructions from being documented.
Contributing
See the contribute file!
PRs accepted.