Education: Flake

Number of posts: 13

When Can The Test Click?

Recently a user opened a Cypress issue #3135 [https://github.com/cypress-io/cypress/issues/3135] asking why the cy.click() [https://on.cypress.io/click] command was behaving differently than the way click behaved when a user clicks on the button. We’ve seen many people ask similar questions involvin…

Read More

When Can The Test Start?

Can the test runner be too quick? Can the tests start before the application is ready to handle the test steps? It definitely can happen. This blog post shows a little trick one can use to detect when a web application really starts, so that the test runner never has to wait longer than necessary.…

Read More