# RecentTestGenerations

**Help URL:** `/forms/recent-test-generations`

## Purpose

Review recent AI generation attempts and reopen the ones you need to inspect.

## Common Tasks

* Find the latest feature or Playwright generation.
* Check whether generation is running, completed, failed, or canceled.
* Open generated output or progress details.
* Return to a previous generation instead of starting a duplicate one.

## Key UI Elements

* Generation list: Shows recent generation attempts.
* Status: Indicates active, completed, failed, or canceled work.
* Open or View: Opens the selected generation details.
* Refresh: Updates the list when available.

## Notes

* If a generation failed, open it before retrying so you can see the first useful failure message.
* See [Review generation progress](/ai-generation/review-generation-progress.md).


---

# 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.testvibe.com/reference/forms/recent-test-generations.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.
