Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions nodejs/versioned_docs/version-stable/test-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ npx playwright init-agents --loop=opencode
</TabItem>
</Tabs>

:::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
Expand Down
Loading