Playwright Recording
Record browser interactions as Playwright tests directly within your application using digitalsamba's playwright-recording skill.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add playwright-recording npx -- -y @trustedskills/playwright-recording
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"playwright-recording": {
"command": "npx",
"args": [
"-y",
"@trustedskills/playwright-recording"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
playwright-recording
What it does
This skill enables AI agents to automatically generate Playwright test scripts by recording user interactions within a browser. It captures the sequence of actions performed on a web page and translates them into executable code for automated testing.
When to use it
- You need to quickly create regression tests without writing manual code from scratch.
- Your team wants to document how users interact with complex UI workflows.
- You are setting up an initial test suite for a new feature or application.
- You require a fast way to convert manual browser testing into automated scripts.
Key capabilities
- Records user actions performed in the browser.
- Generates Playwright test code automatically from recorded sessions.
- Supports integration with AI agents like Claude Code via video toolkits.
- Streamlines the creation of end-to-end test scenarios.
Example prompts
- "Record my navigation through the checkout process and generate a Playwright test script."
- "Capture how I interact with the login form and convert it into an automated test."
- "Use recording to create a test case for the new dashboard layout."
Tips & gotchas
Ensure your browser environment is stable during recording, as interruptions can break the generated script sequence. This skill works best when paired with AI agents capable of interpreting video or interaction logs into code.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.