接口:ConsoleReporterOptions

ConsoleReporterOptions

成员

randomSeedReproductionCmd :function|undefined

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

类型
  • function | undefined

showColors :Boolean|undefined

是否对输出添加颜色

类型
  • Boolean | undefined
默认值
  • false