Skip to main content

FailureProps

Index

Properties

optionalbinName

binName?: string

Name of the binary being executed.

optionalcommandLine

commandLine?: string

Full length command line being ran.

optionaldelimiter

delimiter?: string

Delimiter to prefix within examples. Defaults to "$ ".

error

error: Error

The primary error to display in red.

optionalhideStackTrace

hideStackTrace?: boolean

Hide the primary error stack trace. Defaults to false.

optionalwarnings

warnings?: Error[]

Optional errors as warnings to display in yellow.