karma-jasmine-html-cards-reporter

1.0.4 • Public • Published

karma-jasmine-cards-html-reporter

npm version npm downloads

Reporter that dynamically shows tests results at debug.html page.

Jasmine 1.3 is not supported. For Jasmine < 3.0.0, use version 0.2.2

alt tag

You can also run a describe block, or a single test.

alt tag

Installation

You can simply install karma-jasmine-html-cards-reporter as a devDependency by:

npm install karma-jasmine-html-cards-reporter --save-dev

Configuration

// karma.conf.js

plugins: [
    require('karma-jasmine-html-cards-reporter'),
]

module.exports = function (config) {
	config.set({
		reporters: ["kjchtml"],
	});
};

You can pass a list of reporters as a CLI argument too:

karma start --reporters kjchtml

/karma-jasmine-html-cards-reporter/

    Package Sidebar

    Install

    npm i karma-jasmine-html-cards-reporter

    Weekly Downloads

    25

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    54.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • chrispriestland