If at first you don't succeed, then dust yourself off and try again. - American R&B singer Aaliyah (1979-2001)The modern Internet is built on retries. Software and hardware failures are normal and expected.…
Webcast Recording | Using Code Smells to Fix Flaky Tests in Cypress
Last week, our VP of Engineering, Gleb Bahmutov, and Web Platform Lead at Big Nerd Ranch, Josh Justice, presented a live webcast on the concept of code smells as a way to categorize problems in code, and how this concept can make it easier to fix flaky Cypress tests. Some of the key topics they cove…
Introducing cy.intercept - Next Generation Network Stubbing in Cypress 6.0
Today, we're elevating the power and scope of Cypress' network handling capabilities with the introduction of the cy.intercept command in Cypress 6.0.…
Live Webcast | How Carvana Transformed their Testing with Cypress Test Analytics
Register Carvana's leading e-commerce platform for buying and selling used vehicles offers a browsing selection of more than 20,000 vehicles with delivery in 262 markets across the U.S. Join us on Wednesday, December 2nd at 2pm EST/11am PST to find out how the team used Cypress to accelerate and str…
When Can the Test Submit a Form?
In this blog post we continue exploring flaky tests and how to fix them. We will look at the situation when a page submits a form and then continues to interact with the page, which causes a problem. Tip: you can find all existing similar posts under the tag Flake. You can find the source code for t…