File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,12 @@ id: test-agents
33title : " Agents"
44---
55
6+ import LiteYouTube from '@site/src /components/LiteYouTube';
7+
68# Playwright Agents
79
10+ ## Introduction
11+
812Playwright comes with three Playwright Agents out of the box: ** 🎭 planner** , ** 🎭 generator** and ** 🎭 healer** .
913
1014These 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
2130Start with adding Playwright Agent definitions to your project using
You can’t perform that action at this time.
0 commit comments