I would typically report a failed test when any of the following errors are reported after loading a page:
I was wondering how to detect "errors" on a page that has been loaded using Page.goto
in Playwright?
You will need to attach to some events and evaluate the incoming data: