I am trying to test a webapp with cypress for:
- Resources that didn't load (e.g. referenced an image that doesn't exist)
- Resources that are loaded from external hosts (e.g. CDNs)
For testing both scenarios, I'd need access to the list of resources. On the network tab of Chrome I can easily see both.
How to get the same information within my cypress test case?