Flake

Number of posts: 13

Live Webcast | Flaky Test Management with Cypress

Register [https://go.cypress.io/ftm-webcast-registration?utm_source=Cypress_blog&utm_medium=web&utm_campaign=Flaky_Test_Mgmt_Webcast] Tired of battling flaky tests? Join us Wednesday, May 19th at 2:00pm EDT/11:00am PDT [https://go.cypress.io/ftm-webcast-registration?utm_source=Cypress_blog&utm_medi…

Read More

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?…

Read More

Retry, Rerun, Repeat

> 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. E…

Read More

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 [https://cypress.io/blog/tag/flake…

Read More