How We Improved Network Speed By 300% In Cypress 3.3.0
When a user runs tests in Cypress, all of their application's HTTP requests go through the Cypress HTTP proxy. Why? Well, when a website is loaded through the proxy, Cypress injects code that helps with the testing process. Among other things, Cypress's proxy:
injects a global window.Cypress object
Read more