> ## 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.

# Shareable Links

> Share test results with anyone on your team, no login required.

## Overview

Shareable links let you send a full test result to anyone on your team without them needing a Spur account or being logged in. The recipient gets access to the complete result, including test steps, failure reasons, video replay, console logs, and network logs.

## How to Share a Test Result

<Steps>
  <Step title="Open a test result">
    Navigate to any completed test run and click into the result you want to share.

    <Frame caption="Open a test result">
      <img src="https://mintcdn.com/spur/2ZfFX4VnsvdwSmY9/images/step17.27.31PM.gif?s=f41278bdc2a1822b037b2b4bed8af9dd" alt="Step17 27 31PM" width="1936" height="1080" data-path="images/step17.27.31PM.gif" />
    </Frame>
  </Step>

  <Step title="Click the Share button">
    Click the **Share** icon to generate a shareable link.

    <Frame caption="Click the Share button on any test result">
      <img src="https://mintcdn.com/spur/2ZfFX4VnsvdwSmY9/images/step2-3.gif?s=c7a8a0f673b15df5ab99be174655e60a" alt="Step2 3" width="1688" height="1080" data-path="images/step2-3.gif" />
    </Frame>
  </Step>

  <Step title="Copy and send the link">
    Copy the link and send it to anyone on your team. They can open it in any browser and view the full result immediately.
  </Step>
</Steps>

<Tip>
  You can also pass shareable links to the [Spur MCP](/analysing-tests/mcp/spur-mcp) to analyze test results and help debug failures directly in your development workflow.
</Tip>

## What the Recipient Sees

The shared link gives full access to the test result, including test steps, video replay, console logs, and network logs.

<Frame caption="The shared test result view">
  <img src="https://mintcdn.com/spur/2ZfFX4VnsvdwSmY9/images/shareablelinkoverview.png?fit=max&auto=format&n=2ZfFX4VnsvdwSmY9&q=85&s=007617d49f8bb1aa78b7c1e71050a1e3" alt="Shareablelinkoverview" width="2705" height="1228" data-path="images/shareablelinkoverview.png" />
</Frame>

### Test Steps with Spur Agent Analysis

Click on each step to view the Spur agent's analysis, including what was executed and why it passed or failed.

<Frame caption="Spur agent analysis for a test step">
  <img src="https://mintcdn.com/spur/2ZfFX4VnsvdwSmY9/images/spurtestanalysis.png?fit=max&auto=format&n=2ZfFX4VnsvdwSmY9&q=85&s=82c8442bc95903c843de41c63125a5d8" alt="Spurtestanalysis" width="1760" height="1938" data-path="images/spurtestanalysis.png" />
</Frame>

### Console Logs

Click the console log button in the video replay bar to view browser console output and JavaScript errors.

<Frame caption="Overview of Console Logs">
  <img src="https://mintcdn.com/spur/fjkw8PRkACv6uVO8/images/Screenshot2026-02-19at7.28.29PM.png?fit=max&auto=format&n=fjkw8PRkACv6uVO8&q=85&s=f9f356d215061013808b32c2d80180ed" alt="Screenshot2026 02 19at7 28 29PM" width="2560" height="1252" data-path="images/Screenshot2026-02-19at7.28.29PM.png" />
</Frame>

### Network Logs

Click the network arrows in the video replay bar to inspect HTTP requests and responses captured during the test.

<Frame caption="Overview of Network Logs">
  <img src="https://mintcdn.com/spur/fjkw8PRkACv6uVO8/images/Screenshot2026-02-19at7.29.00PM.png?fit=max&auto=format&n=fjkw8PRkACv6uVO8&q=85&s=fbe4acae89fc8d6219d28d1f57c8c06d" alt="Screenshot2026 02 19at7 29 00PM" width="2560" height="1276" data-path="images/Screenshot2026-02-19at7.29.00PM.png" />
</Frame>

## Other Ways to Share Results

You can also share test results by creating tickets directly from Spur:

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

  <Card icon="ticket" href="/analysing-tests/integrations/linear" title="Linear">
    Generate Linear issues directly from test results.
  </Card>
</Columns>
