接口:ConsoleReporterOptions

ConsoleReporterOptions

成员

randomSeedReproductionCmd :function|undefined

接受随机种子并返回用于再现该种子的命令的函数。在不同命令行工具中使用 ConsoleReporter 时,使用此函数自定义输出。

类型
  • function | undefined

showColors :Boolean|undefined

是否给输出着色

类型
  • Boolean | undefined
默认值
  • false