# Savings Breakdown: Tests Tab Enhancements

<figure><img src="/files/Q9hM6Z1DJUQ1a5wBsd7S" alt=""><figcaption><p>A Clearer, More Insightful "Tests" Tab!</p></figcaption></figure>

We're excited to roll out significant enhancements to the SeaLights "Tests" tab, which you can find on the Test Optimization - Savings Breakdown page. These updates are designed to give you a clearer, more actionable understanding of your test execution data, focusing on improving visibility into test performance, simplifying TIA insights, and streamlining your overall experience.

***

## Enhanced Test Data Visibility

We've introduced new columns and refined existing ones to provide more granular and intuitive test information.

### New "Duration" Column

<figure><img src="/files/pGUO7V6aCWLCzscMLwWO" alt="" width="375"><figcaption></figcaption></figure>

A brand-new "Duration" column has been added to the "Tests" table, offering precise insights into how long individual tests take to run.

* Executed Tests: Shows the total execution duration for passed or failed tests.
* Failed Tests: Displays the actual duration of the test run up to the point of failure.
* Skipped Tests: Indicated by a dash (`-`), meaning no execution occurred.
* Sortable: Easily sort tests by their duration to identify long-running or quick tests.

### Clearer TIA Insights with Column Split

<figure><img src="/files/cE9m6OIE0PGUUxucnTIt" alt="" width="563"><figcaption></figcaption></figure>

To make Test Impact Analysis (TIA) recommendations easier to understand, we've replaced the confusing "Run/Skipped" column with two distinct columns:

* "TIA Recommendation": Indicates whether TIA recommended the test to be `Run` or `Skip` based on your policy.
* "Actual Execution": Shows the actual execution status of the test as reported by the test runner (`Ran` or `Skipped`).
* Both new columns are sortable, allowing you to quickly analyze TIA's impact and actual test behavior.

### "Iteration" Column Renamed

<figure><img src="/files/Fa6Zzvh9Kv5GgbApbput" alt="" width="375"><figcaption></figcaption></figure>

The "Run #" column has been renamed to "Iteration" for improved clarity and consistency.

***

## Redesigned Test Metrics

The charts area has been completely redesigned to feature intuitive metric cards, providing quick, at-a-glance summaries.&#x20;

<figure><img src="/files/W7BJBiM6e7FD81uErekT" alt=""><figcaption></figcaption></figure>

The previous "Ran / Skipped", "Recommendation Reasons", and "Test Results" charts have been replaced by the metric cards:

* **Recommendation** card: Displays the amount of tests recommended to run, including a horizontal bar chart visualizing recommended tests out of all tests.\
  ![](/files/oOqDNqJ7zmpIvNFaNvRe)\
  A help icon provides an overlay with a list of Recommendation Reasons (e.g., Impacted Tests, Previously Failed, New Tests...) and their percentages.
* **Actual Execution** card: Shows two distinct metrics: "Ran Tests" (count) and "Skipped Tests" (count).
* **Test Results** card: Features a horizontal bar chart showing the percentage of Passed Tests (green) and Failed Tests (red).

***

## Streamlined User Experience

We've made several UX improvements to enhance navigation and customization.

* The old "Ran/Skipped" filter has been replaced by two new, precise filters: "TIA Recommendation" and "Actual Execution". These new options are also available in the "Manage Columns" menu, allowing you to show or hide the new columns as needed.
* The "Tests" tab label is now cleaner, simply displaying "Tests" without the count of tests (e.g., "Tests (1234)" is now just "Tests").
* Consolidated Download: We've replaced the two existing download buttons with a single "Download" button, which provides a dropdown menu for "Download Test Execution" and "Download Test Recommendations."


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sealights.io/knowledgebase/whats-new/august-2025/savings-breakdown-tests-tab-enhancements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
