We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6af258 commit f36b2eeCopy full SHA for f36b2ee
1 file changed
docs/src/test-agents-js.md
@@ -3,8 +3,12 @@ id: test-agents
3
title: "Agents"
4
---
5
6
+import LiteYouTube from '@site/src/components/LiteYouTube';
7
+
8
# Playwright Agents
9
10
+## Introduction
11
12
Playwright comes with three Playwright Agents out of the box: **🎭 planner**, **🎭 generator** and **🎭 healer**.
13
14
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.
16
20
17
21
* **🎭 healer** executes the test suite and automatically repairs failing tests
18
22
23
+<LiteYouTube
24
+ id="_AifxZGxwuk"
25
+ title="Playwright 1.56 - Introducing Playwright Agents"
26
+/>
27
19
28
### Getting Started
29
30
Start with adding Playwright Agent definitions to your project using
0 commit comments