TestError
Information about an error thrown during test execution.
testError.message
Added in: v1.10- type: <string>
Error message. Set when Error (or its subclass) has been thrown.
testError.stack
Added in: v1.10- type: <string>
Error stack. Set when Error (or its subclass) has been thrown.
testError.value
Added in: v1.10- type: <string>
The value that was thrown. Set when anything except the Error (or its subclass) has been thrown.