[Feature]: Subtype PlaywrightException
in the case of failing assertions
#2940
Labels
PlaywrightException
in the case of failing assertions
#2940
🚀 Feature Request
Playwright exceptions that come from
Expect
s would be be subtyped.Example
No response
Motivation
I am following the guidance of `Expect'- first assertions and migrating away from NUnit assertions in the process. However, it was useful to me to know when a test failed because of an assertion exception, or when the test was was improperly crafted.
I am happy to implement this feature myself.
The text was updated successfully, but these errors were encountered: