Flaky Tests
Requirements
- Test Insights must be configured
Flaky tests are tests that produce different results (pass or fail) when run multiple times with the same code. They erode trust in your test suite and waste developer time investigating false failures. Tuist automatically detects flaky tests and helps you track them over time.
Xcode
Detect, manage, and quarantine flaky tests in Xcode projects via tuist xcodebuild test.
Generated projects
Detect, manage, and quarantine flaky tests in Tuist generated projects via tuist test.
Gradle
Detect and manage flaky tests in Gradle projects.
Bazel
Detect, mute, and skip flaky Bazel test cases through tuist bazel test.