Flaky Tests
Guide to Cypress Flaky Tests
Last updated
Guide to Cypress Flaky Tests
Last updated
Flaky cypress test is a test that did not succeed from the first attempt. The build will fail only occasionally: One time it will pass, another time fail, the next time pass again, without any changes to the build having been made. Flaky tests are marked with a special badge on run, spec and individual test level.
Flaky tests are automatically activated for all cypress tests with enabled. When a test has retries enabled and doesn't not pass from the first attempt, it will be marked as flaky.