# Test Insights {#test-insights}

Use Test Insights to monitor your test suite's health by identifying slow tests, tracking flaky tests, and quickly understanding failed CI runs. It currently supports Xcode, Gradle, and Bazel build systems.

> [!WARNING]
> **Requirements**
>
> - A <.localized_link href="/guides/server/accounts-and-projects">Tuist account and project</.localized_link>


<.home_cards>
  <.home_card
    title="Xcode"
    details="Track Xcode test analytics using scheme post-actions and the Tuist CLI."
    link="/guides/features/test-insights/xcode"
/>
  <.home_card
    title="Gradle"
    details="Track Gradle test analytics with the Tuist Gradle plugin."
    link="/guides/features/test-insights/gradle"
/>
  <.home_card
    title="Bazel"
    details="Track Bazel test analytics by running tests through tuist bazel test."
    link="/guides/features/test-insights/bazel"
/>
</.home_cards>
