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