Burn Cypress Tests on CircleCI

1 · Gleb Bahmutov · July 29, 2021, 9:04 p.m.
Sometimes you add a new end-to-end test and ask yourself: "Is this test flake-free? Is it reliable?" If a new test is unreliable, you are bound to break other people's test runs. One way to determine if a test is robust, is to run it multiple times in a row. If the tests are all green, the test is good to go.📺 If you would rather watch the explanation from this blog post, watch it here and subscribe to my YouTube channel.Cypress can run a single test on demand using the cypress-grep plugin. For ...