> For the complete documentation index, see [llms.txt](https://docs.testfirst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testfirst.com/agentic-test-automation/agentic-test-migration.md).

# Agentic Test Migration

Use Agentic Test Automation to migrate existing automated tests into TestFirst without manually rewriting them.

The TestFirst Agent understands the intent of the existing test, explores the application, and rebuilds the intended journey as validated TestFirst automation.

### Supported Starting Points

You can migrate tests from frameworks such as:

* Selenium
* Cypress
* Playwright
* Other supported or exportable automated test formats<br>

{% hint style="info" %}
Migration is based on the intended test journey, rather than simply translating the existing automation code line by line.
{% endhint %}

#### How Migration Works

```
Existing Automated Test
        ↓
Understand Test Intent
        ↓
Discover Application
        ↓
Rebuild in TestFirst
        ↓
Run & Validate
        ↓
     Review
```

The resulting test becomes standard TestFirst automation that you can run, edit, and maintain in the TestFirst Editor.
