Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jasmine-console-reporter

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-console-reporter - npm Package Versions

3.1.0

Diff

Changelog

Source

3.1.0 (2018-08-21)

Added

  • Execution elapsed time for each spec. #11
  • New option: timeUnit (String, default: "ms") The time unit to be used to measure spec execution. "ms" for milliseconds, "ns" for milliseconds including hi-res nanoseconds remainder, "s" for seconds including milliseconds remainder.
  • New option: timeThreshold (Object|Number, default: { ok: 500, warn: 1000, ouch: 3000 }) the expected maximum time(s) (in milliseconds) for any spec to complete its execution. If threshold is exceeded, elapsed time for that spec will be accented in the output. This is only effective if colors option is enabled.
  • verbosity option now also accepts an object, in order to toggle each output section individually. #11

Changed

  • Updated dependencies to latest versions.

Fixed

  • An issue where some options (such as colors) would not pick up default values when omitted. Fixes #10.
onury
published 3.0.2 •

Changelog

Source

3.0.2 (2018-05-17)

Changed

  • Randomness and random seed displayed if running in random order and verbosity is 1 or above. PR #9 by @steverice.
  • Updated dependencies to latest versions.
onury
published 3.0.0 •

Changelog

Source

3.0.0 (2018-04-03)

This major version is re-written in ES2015. See breaking changes below.

Added

  • Support for Jasmine v3+ (peer-dependency). Also see Jasmine v3 changes.
  • Additional information is displayed, if running in random order and verbosity is set to 4.
  • Overall status (and reason if status is incomplete) within report summary.
  • Support for non-interactive output terminals. (This allows piping output to a file.)
  • New option: emoji 👊 (boolean, default: false). Note: emojis will be auto-disabled in CI environments.
  • New option: beep (boolean, default: false). Note: beep will be auto-disabled in CI and non-TTY environments.
  • Activity spinner styles. Instead of setting to true, set activity option to a string value to set the style of the spinner. e.g. "dots" (default) or "bouncingBar". See all possible values here.

Changed

  • BREAKING: Requires Node.js v6 or newer.
  • Improved exception stack parsing.
  • Better activity spinner.

Fixed

  • An issue where exception message is not printed before the stack. Fixes #7 & #8.
onury
published 2.0.1 •

Changelog

Source

2.0.1 (2017-08-20)

Changed

  • Breaking: Due to chalk dependency upgrade, the reporter now requires Node.js v4 or newer.
  • Extensive code revision.

Fixed

  • An issue where the reporter would crash when colors option is set to 2 (ANSI colors). Fixes issue #5.
onury
published 1.2.8 •

Changelog

Source

1.2.8 (2017-08-20)

(CAUTION: version 1.2.8 has a critical bug. To avoid it, do NOT set colors option to 2 (ANSI colors). Or better update to v2+ if you're using Node.js version 4 or newer.)

Changed

  • Updated jasmine and chalk to latest versions.
  • Clean-up.
onury
published 1.2.7 •

Changelog

Source

1.2.7 (2016-08-21)

Fixed

  • An issue with cleanStack option, that would render the first line as the error message, not respecting messages with \n (new-line) in them.

Changed

  • Updated dev-dependencies.
onury
published 1.2.6 •

Changelog

Source

1.2.6 (2016-05-09)

Fixed

  • An issue with failed specs that don't have an error stack, would not output a warning message.

Changed

  • Updated dependencies to their latest versions.
onury
published 1.2.4 •

Changelog

Source

1.2.4 (2016-03-18)

Added

  • Support for ANSI escape codes, for colors option. (PR #1 by @msrose)
onury
published 1.2.2 •

Changelog

Source

1.2.2 (2016-02-27)

Added

  • Grunt, jasmine tests, etc...

Changed

  • Moved helper classes and utils to separate modules.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc