@distinction-dev/jasmine-console-reporter
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Jasmine Console Reporter

Jasmine Console Reporter class for detailed test results into console.

Install

npm install @distinction-dev/jasmine-console-reporter

or

yarn add @distinction-dev/jasmine-console-reporter

Usage

import Jasmine from "jasmine";
import ConsoleReporter from "@distinction-dev/jasmine-console-reporter";

const jasmine: Jasmine = new Jasmine();
const consoleReporter: ConsoleReporter = new ConsoleReporter();

jasmine.loadConfigFile("test/support/jasmine.json");
jasmine.addReporter(consoleReporter);
jasmine.configureDefaultReporter({
  showColors: true,
});

jasmine.execute();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    10
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    10
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @distinction-dev/jasmine-console-reporter

Weekly Downloads

10

Version

1.0.2

License

MIT

Unpacked Size

26.5 kB

Total Files

27

Last publish

Collaborators

  • killdozerx2