Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

bradcypert/Magenta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magenta

A pretty test reporter for Test'em!

Screenshot

Installation

In your snazzy terminal:

npm install magenta-testem --save-dev

In your testem.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.

Copyright © 2018 Brad Cypert