> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spurtest.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Analysis Overview

> Understand where to find your test results and what you can do with them.

## Overview

Once your tests have run, Spur gives you several ways to view, analyze, and act on the results. Whether you need a quick health check across all your suites or a deep dive into a specific test plan run, everything is accessible from the Spur dashboard.

## Where to Find Your Results

<CardGroup cols={1}>
  <Card icon="list-check" href="/analysing-tests/test-plan-review" title="Test Plan Review (Recommended)">
    The best way to work through your results. The Test Plan Review flow walks you through every failure and warning in a test plan run, letting you triage each result, edit tests inline, and create bug tickets without leaving Spur. Start here if you run tests through test plans.
  </Card>

  <Card icon="gauge" href="/analysing-tests/test-overview-page" title="Test Overview Page">
    A bird's-eye view of the latest result for every test across all your suites. Use this to quickly spot which tests are failing, passing, or raising warnings. Results are split by viewport, environment, and browser.
  </Card>
</CardGroup>

## What You Can Do with Results

Once you have your results, Spur provides several ways to take action:

### Share Results

Share test results with your team without requiring a Spur login. Shareable links give the recipient full access to the test result, including steps, video replay, console logs, and network logs.

<Card icon="link" href="/analysing-tests/shareable-links" title="Shareable Links">
  Generate a link to any test result and send it to anyone on your team.
</Card>

### Create Bug Tickets

Turn failures into trackable issues in your project management tool. Spur auto-populates tickets with failure details, screenshots, and reproduction steps.

<Columns cols={2}>
  <Card icon="jira" href="/analysing-tests/integrations/jira" title="Jira">
    Create Jira tickets directly from test failures.
  </Card>

  <Card icon="https://mintcdn.com/spur/ZCr4ugsX6qHth4n4/images/linear-logo-blue.webp?fit=max&auto=format&n=ZCr4ugsX6qHth4n4&q=85&s=fd8a9d5c376a875462fa6168431aa52a" href="/analysing-tests/integrations/linear" title="Linear" width="512" height="512" data-path="images/linear-logo-blue.webp">
    Create Linear issues directly from test failures.
  </Card>
</Columns>

### Get Notified

Set up alerts so your team is informed about test results automatically, whether through Slack messages or email notifications.

<Columns cols={2}>
  <Card icon="slack" href="/analysing-tests/integrations/slack" title="Slack Alerts">
    Receive test result notifications in your Slack channels.
  </Card>

  <Card icon="envelope" href="/analysing-tests/integrations/email" title="Email Alerts">
    Get email notifications for test outcomes.
  </Card>
</Columns>

### Debug with Spur MCP

Pass shareable links to the Spur MCP to analyze test results and help debug failures directly in your development workflow.

<Card icon="https://mintcdn.com/spur/5WdPowyIQao7SYFO/images/MCP/mcp_icon.svg?fit=max&auto=format&n=5WdPowyIQao7SYFO&q=85&s=ed36b517f748babfb2f468512301a485" href="/analysing-tests/mcp/spur-mcp" title="Spur MCP" width="16" height="16" data-path="images/MCP/mcp_icon.svg">
  Use AI-powered analysis to understand and fix test failures.
</Card>
