rebeccas-test-reporter
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

rebeccas-test-reporter

Still-Under-Construction

This project is built on the old kara-jasmine-html-reporter.

It is ment to be more configurable and moved to minimum ES6 instead of CommonJS as it looks like it's built with.

Installation


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

Configuration

present supported config params :

To hide any tests that did not run ex. when using fit(...) and fdescribe(...)


reporterconfigs: {
    rebeccas: {
        suppressExcluded: true,
    },
}
anywhere in root of karma.conf.js

Ex. under jasmineHtmlReporter config in karma.conf.js


jasmineHtmlReporter: {
  suppressAll: true, // removes the duplicated traces
},
reporterconfigs: {
  rebeccas: {
    suppressExcluded: true,
  },
},

For more information read on :

karma-jasmine-html-reporter

Package Sidebar

Install

npm i rebeccas-test-reporter

Weekly Downloads

8

Version

1.1.1

License

ISC

Unpacked Size

76.7 kB

Total Files

33

Last publish

Collaborators

  • carltham