1.0.7 • Published 7 years ago

magenta-testem v1.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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.

1.0.7

7 years ago

1.0.6

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago