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

# Folders

> Folders helps you organize test suites by feature, project, or team. You can also perform bulk actions on multiple suites within a folder for efficient test management.

## View Folders

All created folders appear on the Folders page as cards showing the folder name, number of suites and last edited date.

<Note>
  Folders are an organizational tool, not a runnable object. Use [Test Plans](/managing-tests/test-plans/test-plans) to run multiple suites together.
</Note>

<Frame caption="Folders overview showing multiple folders">
  <img src="https://mintcdn.com/spur/4nwpEE0-cgs18aCd/images/Screenshot2026-01-29at5.14.13AM.png?fit=max&auto=format&n=4nwpEE0-cgs18aCd&q=85&s=2f717362c19f62a9f1dec45733ee112c" alt="Screenshot2026 01 29at5 14 13AM" width="2100" height="1044" data-path="images/Screenshot2026-01-29at5.14.13AM.png" />
</Frame>

## How to Create Folders

<Steps>
  <Step title="Navigate to Folders under the Tests section in your Spur Dashboard and click Create Folder">
    <Frame>
      <img src="https://mintcdn.com/spur/4nwpEE0-cgs18aCd/images/Screenshot2026-01-29at5.22.15AM.png?fit=max&auto=format&n=4nwpEE0-cgs18aCd&q=85&s=2f4eb962992da81a39405775b6a81538" alt="Screenshot2026 01 29at5 22 15AM" width="1026" height="1084" data-path="images/Screenshot2026-01-29at5.22.15AM.png" />
    </Frame>
  </Step>

  <Step title="Enter folder name and select which test suites to add to your folder">
    Add multiple suites to a folder in a single action but each suite can belong to only one folder at a time.

    <Warning>
      Suites that are already in a folder must be removed from their current folder before being added to a new one.
    </Warning>

    <Frame>
      <img src="https://mintcdn.com/spur/4nwpEE0-cgs18aCd/images/Screenshot2026-01-29at5.25.32AM.png?fit=max&auto=format&n=4nwpEE0-cgs18aCd&q=85&s=98f2423c85d70b5675b680d2f49960d1" alt="Screenshot2026 01 29at5 25 32AM" width="966" height="1038" data-path="images/Screenshot2026-01-29at5.25.32AM.png" />
    </Frame>
  </Step>

  <Step title="Click Create Folder to save">
    Your folder is now created and accessible from the Folders page
  </Step>
</Steps>

## Manage Folder Contents

Open any folder to view all test suites inside. From here, you can add or delete test suites to keep your folders organized.

<Frame caption="View inside Test Folder">
  <img src="https://mintcdn.com/spur/4nwpEE0-cgs18aCd/images/Screenshot2026-01-29at5.27.20AM.png?fit=max&auto=format&n=4nwpEE0-cgs18aCd&q=85&s=1f8a5d9ef67a07487fbc78898f2a8a32" alt="Screenshot2026 01 29at5 27 20AM" width="2102" height="622" data-path="images/Screenshot2026-01-29at5.27.20AM.png" />
</Frame>

## Use Case

Folders are ideal for organizing tests by:

<Columns cols={2}>
  <Card title="Large Flows">
    Group related test suites that cover end-to-end user journeys.

    For example:

    * Checkout Flow: Cart, payment, confirmation suites
    * Onboarding Flow: Signup, email verification, profile setup suites
    * Product Discovery Flow: Search, filtering, product detail page suites
  </Card>

  <Card title="Large Components">
    Organize suites that test major components across your application:

    * Navigation Suite: Header, footer, menu navigation tests
    * Forms Suite: Login forms, registration forms, contact forms
    * Media Suite: Image galleries, video players, carousel components
  </Card>
</Columns>
