We are excited to bring you an update on one of our most popular user requests: Cypress support for testing in Safari! Apple’s Safari browser accounts for almost 20% [https://gs.statcounter.com/] of worldwide internet usage. In 10.8.0, Cypress users can test their web applications using WebKit [http…
Number of posts: 2
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 obj…