This blog post shows how to increase the resolution of the videos and screenshots recorded during the cypress run execution. Videos with higher resolution make debugging simpler and look better when shared with other members of the team. The problemLet's look at the Wikipedia.com website. In my loca…
Testing periodic network requests with cy.intercept and cy.clock combination
This blog post tests an application that fetches new data every 30 seconds, but the test itself runs in milliseconds because it controls the application's clock and stubs the network responses.…
When Can The Test Blink?
Let's take a page where a loading element is displayed while the application is fetching the data from the server. If the test is observing the loading element to make sure it disappears, can the loading be too fast? Can the test runner "blink" and miss the element?…
Webcast Recording | Ship safer code with Cypress and Codecov
Last week, Distinguished Engineer at Cypress, Gleb Bahmutov, and Developer Relations Lead at Codecov, Tom Hu, presented a live webcast on how to ship safer code with Cypress and Codecov.…
Running Cypress on the Apple M1 ARM Architecture using Rosetta 2
Apple's latest ARM-based M1 chip has begun to make it into the hands of developers across the world. Naturally, developers would like all of their current software to run as-is on this new and insanely fast architecture. As it goes with most leaps in technology, software may take a bit of time to c…