# 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 both Xcode and Gradle build systems.

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


<HomeCards>
    <HomeCard
        icon="<img src='/images/guides/features/xcode-icon.png' alt='Xcode' width='32' height='32' />"
        title="Xcode"
        details="Track Xcode test analytics using scheme post-actions and the Tuist CLI."
        linkText="Set up Xcode test insights"
        link="/guides/features/test-insights/xcode"/>
    <HomeCard
        icon="<img src='/images/guides/features/gradle-icon.svg' alt='Gradle' width='32' height='32' />"
        title="Gradle"
        details="Track Gradle test analytics with the Tuist Gradle plugin."
        linkText="Set up Gradle test insights"
        link="/guides/features/test-insights/gradle"/>
</HomeCards>
