# Test Plan Execution Interface

The Test Plan Execution Interface provides a complete, real-time operational view of how each test within a plan executes across devices and environments. It centralizes execution insights making it easy for teams to monitor progress, identify issues and analyze results at both a high level and a step-level depth.

The interface displays:

1. **Overall Test Summary**\
   Total tests, passed/failed counts, error counts, and completion status.
2. **Execution Timeline & Thread View**\
   Each test runs with a unique thread ID, enabling parallel execution tracking and clear identification of where failures occur.
3. **Per-Test Execution Details**\
   Status (Success / Failed), number of attempts, duration, start & completion timestamps.
4. **Artifacts & Evidence**\
   One-click access to screenshots, step logs, videos, and screen recordings for every test.
5. **Deep-Dive Debugging**\
   Teams can inspect step-level behavior, isolate flaky tests, and understand failure points using rich logs and visual traces.
6. **Regression Insights Over Time**\
   Re-running test plans generates historical data that helps track stability trends, catch regressions early, and improve release confidence.

This unified interface allows QA teams, developers, and release managers to collaborate seamlessly, ensuring faster triage, higher reliability and complete visibility into every automated test run.


---

# 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.drizz.dev/test-plan/test-plan-execution-interface.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.
