From 26d0024c00af335644527e0479a59454adf9e246 Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Mon, 6 Oct 2025 10:25:20 -0700 Subject: [PATCH] docs: add agents video to agents page (#37731) --- docs/src/test-agents-js.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/test-agents-js.md b/docs/src/test-agents-js.md index b608ab7909..254afc83bb 100644 --- a/docs/src/test-agents-js.md +++ b/docs/src/test-agents-js.md @@ -3,8 +3,12 @@ id: test-agents title: "Agents" --- +import LiteYouTube from '@site/src/components/LiteYouTube'; + # Playwright Agents +## Introduction + Playwright comes with three Playwright Agents out of the box: **🎭 planner**, **🎭 generator** and **🎭 healer**. 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. * **🎭 healer** executes the test suite and automatically repairs failing tests + + ### Getting Started Start with adding Playwright Agent definitions to your project using