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