From ae5c7ff8a722833db1d7aa67493dea8d7fc4bfcf Mon Sep 17 00:00:00 2001 From: "microsoft-playwright-automation[bot]" <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:15:23 +0000 Subject: [PATCH] feat(roll): roll to 1.56 Playwright --- nodejs/versioned_docs/version-stable/test-agents.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nodejs/versioned_docs/version-stable/test-agents.mdx b/nodejs/versioned_docs/version-stable/test-agents.mdx index 27ac206cf7a..671bb77c732 100644 --- a/nodejs/versioned_docs/version-stable/test-agents.mdx +++ b/nodejs/versioned_docs/version-stable/test-agents.mdx @@ -57,6 +57,11 @@ npx playwright init-agents --loop=opencode +:::note + +VS Code v1.105 (currently on the [VS Code Insiders channel](https://code.visualstudio.com/insiders/)) is needed for the agentic experience in VS Code. It will become stable shortly, we are a bit ahead of the curve with this functionality! +::: + Once the agents have been generated, you can use your AI tool of choice to command these agents to build Playwright Tests. ## 🎭 Planner