I was wondering if there is a way to test the e2e latency for a page to load using Cypress. This is, from the moment we trigger a function such as cypress.visit, going through all the downstream requests there might be, up until the moment that page is fully loaded.
Thanks in advance!