Chrome Devtools E2E
This skill automates end-to-end tests using Chrome DevTools, streamlining web application testing and ensuring consistent results.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add chrome-devtools-e2e npx -- -y @trustedskills/chrome-devtools-e2e
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chrome-devtools-e2e": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chrome-devtools-e2e"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates end-to-end (E2E) testing using Chrome DevTools Protocol. It allows you to programmatically interact with a browser instance, simulating user actions and verifying results. This enables automated UI testing and debugging of web applications.
When to use it
- Automated UI Testing: Verify the functionality and visual correctness of your web application across different browsers and environments.
- Debugging Complex Interactions: Step through complex JavaScript code execution within a browser environment.
- Performance Analysis: Measure and analyze page load times, rendering performance, and other key metrics using DevTools features.
- Simulating User Behavior: Automate tasks like form submissions, clicks, and navigation to test user flows.
Key capabilities
- Chrome DevTools Protocol interaction
- Automated browser control
- UI testing automation
- Debugging support
- Performance analysis
Example prompts
- "Run a UI test suite for my website."
- "Simulate a user clicking the 'Submit' button on this page."
- "Measure the time it takes to load this URL."
Tips & gotchas
- Requires familiarity with Chrome DevTools Protocol concepts.
- The skill may require specific browser versions or configurations for optimal performance.
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.