How much detail is reported for a failed test:
"MESSAGE
message
"CLIPSTACK
MESSAGE
"FULL
console.log('%o', error)
How much detail is reported for a failed test:
"MESSAGE": only the error'smessagefield is reported"CLIPSTACK": likeMESSAGEplus the first two lines of the stack"FULL": the full error, like inconsole.log('%o', error)