Skip to content

Prints a chart after running tests that provides an overview of various statistics.

License

Notifications You must be signed in to change notification settings

nickiaconis/testem-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testem-statistics

A statistics reporter for Testem.

What does it do?

Prints a chart after running tests that provides an overview of various statistics.

How do I use it?

In your testem.js file, import the statistics reporter class and create an instance to provide as the reporter.

/* global require, module */
var StatisticsReporter = require('testem-statistics');

module.exports = {
  "reporter": new StatisticsReporter(),
  ...
};

About

Prints a chart after running tests that provides an overview of various statistics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published