Information about an error thrown during test execution.
Error cause. Set when there is a cause for the error. Will be undefined if there is no cause or if the cause is not an instance of Error.
Usage
testInfoError.cause
Type
Error message. Set when Error (or its subclass) has been thrown.
Usage
testInfoError.message
Type
Error stack. Set when Error (or its subclass) has been thrown.
Usage
testInfoError.stack
Type
The value that was thrown. Set when anything except the Error (or its subclass) has been thrown.
Usage
testInfoError.value
Type
© 2025 Microsoft
Licensed under the Apache License, Version 2.0.
https://playwright.dev/docs/api/class-testinfoerror