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

# Test Plan Review

> Walk through every failure and warning in a Test Plan run, triage each result, and take action — without leaving Spur.

<iframe src="https://www.loom.com/embed/e1fcecd20e8c4e16a1cec463a8d29649" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style={{ width: '100%', height: '400px' }} />

After running a Test Plan, the Test Plan Review flow gives you a guided way to work through every failed test and every warning. You can triage each result, edit tests inline, create bug tickets, and pick up exactly where you left off across sessions.

## Starting a Review

Open a Test Plan run from the run history. At the top of the results page you'll see the **Test Review** progress bar, which shows the number of tests remaining to review. This count includes both failures and warnings.

Click **Start** to enter the review flow.

<Frame caption="The Test Review progress bar at the top of a Test Plan run, showing remaining failures and warnings">
  <img src="https://mintcdn.com/spur/r-Z2y96Athd54E7E/images/test-plan-review/review_1.png?fit=max&auto=format&n=r-Z2y96Athd54E7E&q=85&s=e4d9ee590505f15a521598a988276433" alt="Test Review progress bar" width="2788" height="534" data-path="images/test-plan-review/review_1.png" />
</Frame>

## The Review Interface

The review flow is split into two panels:

* **Left panel** — A list of all tests that failed or surfaced a warning in this run
* **Right panel** — Full details for the selected test: failure reason, steps, screenshots, video, and console and network logs

Work through tests one at a time. As you assign a status to each test, it moves to the **Reviewed** tab. The left panel updates automatically so you always know what's left.

<Frame caption="The review interface showing the test list on the left and full test details on the right">
  <img src="https://mintcdn.com/spur/r-Z2y96Athd54E7E/images/test-plan-review/review_2.png?fit=max&auto=format&n=r-Z2y96Athd54E7E&q=85&s=102eea2f1538dbfc0d473c54eef745e1" alt="Test Plan review interface" width="3366" height="1662" data-path="images/test-plan-review/review_2.png" />
</Frame>

## Review Statuses

Each test can be assigned one of four statuses from the action bar at the bottom of the screen.

<Frame caption="The action bar showing the four review statuses and the Share button">
  <img src="https://mintcdn.com/spur/r-Z2y96Athd54E7E/images/test-plan-review/review_3.png?fit=max&auto=format&n=r-Z2y96Athd54E7E&q=85&s=2cf1048e4e3f869757a9679201eff628" alt="Review action bar" width="2106" height="204" data-path="images/test-plan-review/review_3.png" />
</Frame>

**Bug**

Mark this when you have found a bug on your application.

**Closed**

Use this when the failure was expected or explained — for example, a deployment was in progress or the test environment was temporarily unavailable.

**Needs Rework**

Use this when the test steps themselves need to be updated. You can edit the test inline from within the review flow (see [Editing and rerunning tests](#editing-and-rerunning-tests) below).

**Needs Investigation**

Use this when you need more context before deciding — for example, you want to discuss the failure with a teammate before committing to a status.

<Tip>
  The Reviewed tab groups tests into **Resolved** (Bug and Closed) and **Unresolved** (Needs Rework and Needs Investigation). Resolved tests are considered dealt with; Unresolved tests still require follow-up action.
</Tip>

## Editing and Rerunning Tests

You can fix a test and re-run it without leaving the review flow:

<Steps>
  <Step title="Open the editor">
    With a test selected in the right panel, click **Edit**. The test side peek opens so you can update the steps.
  </Step>

  <Step title="Save and rerun">
    Click **Save and Run**. A confirmation modal appears before the run starts. Spur saves your changes and triggers a new run.

    <Frame caption="The test editor with the Save and Run button">
      <img src="https://mintcdn.com/spur/r-Z2y96Athd54E7E/images/test-plan-review/review_4.png?fit=max&auto=format&n=r-Z2y96Athd54E7E&q=85&s=1e106f9d87d3450de7704a2f21e1e603" alt="Test editor side peek with Save and Run button" width="2500" height="1174" data-path="images/test-plan-review/review_4.png" />
    </Frame>
  </Step>

  <Step title="Track the result">
    A banner appears at the top of the panel showing when the test was edited and the rerun status. Once the rerun finishes, you'll see whether it passed or failed — giving you more context to finalize the status.

    <Frame caption="The edit and rerun banner showing edit time and live rerun status">
      <img src="https://mintcdn.com/spur/r-Z2y96Athd54E7E/images/test-plan-review/review_5.png?fit=max&auto=format&n=r-Z2y96Athd54E7E&q=85&s=57534acf24c688bef4d30d312f2baf43" alt="Edit and rerun banner" width="1690" height="522" data-path="images/test-plan-review/review_5.png" />
    </Frame>
  </Step>
</Steps>

You can also open the **Run History** tab in the right panel to see all previous runs for the selected test in the same configuration (environment, browser, viewport).

## Creating Tickets

From within the review flow, you can file a Jira or Linear ticket for any test:

<Steps>
  <Step title="Open the Share menu">
    Click **Share** in the action bar at the bottom of the screen and select **Create a Ticket**.
  </Step>

  <Step title="Review the auto-generated content">
    Spur pre-populates the ticket with a failure reason, reproduction steps, test execution details, and a direct link to the test run. Edit any of these fields as needed.
  </Step>

  <Step title="Set ticket details">
    Choose the project, priority, and assignee.
  </Step>

  <Step title="Create the ticket">
    Click **Create Ticket**. The ticket identifier appears next to the test in the Reviewed tab, with a ticket icon to identify it at a glance.
  </Step>
</Steps>

<Note>
  Jira and Linear integrations must be connected before you can create tickets from the review flow. See the [Integrations guide](/analysing-tests/integrations/integrations) for setup.
</Note>

## Saving Progress and Resuming

You don't have to finish a review in one session. Click **Exit** at any time — your progress is saved automatically.

When you return to the Test Plan run page, the progress bar converts to a summary table showing all reviewed tests grouped by status. Tests with linked tickets show a ticket icon. You can re-enter the review flow from the summary to continue with the remaining tests.

<Frame caption="The summary table after exiting a review, showing reviewed tests grouped by status">
  <img src="https://mintcdn.com/spur/r-Z2y96Athd54E7E/images/test-plan-review/review_6.png?fit=max&auto=format&n=r-Z2y96Athd54E7E&q=85&s=f8025f9bb70a84d5543c52a3650021c2" alt="Review summary table" width="2070" height="766" data-path="images/test-plan-review/review_6.png" />
</Frame>

The goal of the review flow is to reach zero unreviewed tests: every failure and warning has been triaged so nothing slips through before a release.
