magenta-testem

1.0.7 • Public • Published

Magenta

A pretty test reporter for Test'em!

Screenshot

Installation

In your snazzy terminal:

npm install magenta-testem --save-dev

In your testem.js (notice the JS)

var Magenta = require('magenta-testem');
module.exports = {
    "framework": "mocha",
    "src_files": [
        "src/*.js",
        "tests/*_tests.js"
    ]
    "reporter": new Magenta()
};

Known things

Pending tests and skipped tests are reported under the same cateogry. This is due to the way they're reported via testem.

Readme

Keywords

none

Package Sidebar

Install

npm i magenta-testem

Weekly Downloads

20

Version

1.0.7

License

MIT

Last publish

Collaborators

  • bradcypert