---
title: "Why do my automatic test executions appear blank or seem like they disappeared?"
description: "Ensure automated tests are reported to the latest, effective build. If your test executions in Ketryx suddenly appear blank, it may be due to Ketryx only considering the latest build as effective."
category: "Frequently Asked Questions"
section: "Test Management"
keywords: ["automatic", "commit", "test executions", "builds", "parameter", "automated tests", "effective", "appear"]
source_url: "https://support.ketryx.com/hc/en-us/articles/23749797125645-Why-do-my-automatic-test-executions-appear-blank-or-seem-like-they-disappeared"
last_reviewed: 2026-06-11
---

# Why do my automatic test executions appear blank or seem like they disappeared?

> **In short:** Ensure automated tests are reported to the latest, effective build. If your test executions in Ketryx suddenly appear blank, it may be due to Ketryx only considering the latest build as effective.

**Ensure automated tests are reported to the latest, effective build.**

If your test executions in Ketryx suddenly appear blank, it may be due to Ketryx only considering the latest build as effective. If you have different builds reporting different tests, you can use the `build-name` parameter in the GitHub Action or `buildName` in the API to distinguish them, ensuring each build and its corresponding tests are recognized as effective. See [here](https://docs.ketryx.com/api/build-api) for more information.

**Figure 1 - Ketryx Documentation on buildName**

**![](https://support.ketryx.com/hc/article_attachments/26431501448973)**

Additionally, for builds associated with a specific commit (i.e. you don't set an explicit version parameter), Ketryx only acknowledges those linked to the current commit on the release branch or tag. If there is a new commit in the repository, Ketryx won't consider automated tests unless they're reported for that particular commit.

## Related articles

- [How do I have each component of my medical device upload an SBOM independently? When using the GitHub action to upload an SBOM, why does a specific version override the content of what I had previously uploaded?](how-do-i-have-each-component-of-my-medical-device-upload-an-sbom-independently.md)
- [How do I remove automated tests (ATs) from Ketryx?](how-do-i-remove-automated-tests-ats-from-ketryx.md)
- [Why are my tests showing up as 'AT' in the traceability module?](why-are-my-tests-showing-up-as-at-in-the-traceability-module.md)
- [Can I have multiple effective Test Executions for a single Test Case in a version?](can-i-have-multiple-effective-test-executions-for-a-single-test-case-in-a.md)
- [How do I ensure my Test Cases are controlled before I create Test Executions?](how-do-i-ensure-my-test-cases-are-controlled-before-i-create-test-executions.md)
