Flaky Tests
← Back to End-to-End Testing
Tests that intermittently pass or fail without code changes. Caused by timing issues, shared state, network dependencies, or non-deterministic behavior. Strategies include retries, quarantine, and fixing root causes.
Key Properties
Related
- Browser Testing (common source of flakiness)
- Testing in CI (flaky tests slow CI)