On this page
TestInfoError
Information about an error thrown during test execution.
Properties
message
Error message. Set when Error (or its subclass) has been thrown.
Usage
testInfoError.message
Type
stack
Error stack. Set when Error (or its subclass) has been thrown.
Usage
testInfoError.stack
Type
value
The value that was thrown. Set when anything except the Error (or its subclass) has been thrown.
Usage
testInfoError.value
Type
© 2024 Microsoft
Licensed under the Apache License, Version 2.0.
https://playwright.dev/docs/api/class-testinfoerror