karma-jasmine-textio-html-reporter

1.0.0 • Public • Published

karma-jasmine-html-reporter

Reporter that dynamically shows tests results at debug.html page. Jasmine 1.3 is not supported.

alt tag

You can also run describe block, or single test.

alt tag

Installation

The easiest way is to keep karma-jasmine-html-reporter as a devDependency in your package.json.

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-jasmine-html-reporter": "~0.1"
  }
}

You can simple do it by:

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

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
 
    reporters: ['kjhtml']
 
  });
};

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

karma start --reporters kjhtml

Package Sidebar

Install

npm i karma-jasmine-textio-html-reporter

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • niall-textio
  • alozanov77
  • dustin-textio
  • yixiang
  • textio-greg
  • brad2
  • jsikos
  • ryanjsloan
  • textio-circle
  • daviddav
  • meghan_textio
  • jensen_textio
  • max-winderbaum
  • bobby_textio
  • chrisz_textio
  • adamsanderson-at-textio
  • dawnwright
  • cass.textio
  • oliviagunton
  • dani.textio
  • mattiejean
  • natpeterson
  • tomcarmony
  • javellar
  • jordanah
  • awtam