Skip to content

Commit f36b2ee

Browse files
authored
cherry-pick(#37731): docs: add agents video to agents page (#37733)
1 parent b6af258 commit f36b2ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/src/test-agents-js.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ id: test-agents
33
title: "Agents"
44
---
55

6+
import LiteYouTube from '@site/src/components/LiteYouTube';
7+
68
# Playwright Agents
79

10+
## Introduction
11+
812
Playwright comes with three Playwright Agents out of the box: **🎭 planner**, **🎭 generator** and **🎭 healer**.
913

1014
These agents can be used independently, sequentially, or as the chained calls in the agentic loop.
@@ -16,6 +20,11 @@ Using them sequentially will produce test coverage for your product.
1620

1721
* **🎭 healer** executes the test suite and automatically repairs failing tests
1822

23+
<LiteYouTube
24+
id="_AifxZGxwuk"
25+
title="Playwright 1.56 - Introducing Playwright Agents"
26+
/>
27+
1928
### Getting Started
2029

2130
Start with adding Playwright Agent definitions to your project using

0 commit comments

Comments
 (0)