Documentation Home
This page describes a pre-release version of Jasmine (5.0.0-alpha.0). There may be additional changes, including breaking changes, before the final 5.0.0 release.
The current stable version of Jasmine is 5.4.

Interface: ConsoleReporterOptions

ConsoleReporterOptions

Members

alwaysListPendingSpecs :Boolean|undefined

Whether to list pending specs even if there are failures.

Type:
  • Boolean | undefined
Default Value:
  • true

randomSeedReproductionCmd :function|undefined

A function that takes a random seed and returns the command to reproduce that seed. Use this to customize the output when using ConsoleReporter in a different command line tool.

Type:
  • function | undefined

showColors :Boolean|undefined

Whether to colorize the output

Type:
  • Boolean | undefined
Default Value:
  • false