MCP End-to-End Testing for Roo-Code Integration
@shipdocs
About MCP End-to-End Testing for Roo-Code Integration
This runs a mcp server for automatic testing of usability from a users pov
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vibe-coding-mcp-end-2-end-testing": {
"command": "node",
"args": [
"index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP End-to-End Testing for Roo-Code Integration?
This repository provides an MCP (Model Context Protocol) server, published as the npm package @shipdocs/mcp-playwright-test, for automated web testing using Playwright. It is designed to integrate with VSCode AI extensions like Roo-Code, enabling AI-assisted browser automation, error detection, and debugging.
How to use MCP End-to-End Testing for Roo-Code Integration?
Install the package globally with npm install -g @shipdocs/mcp-playwright-test, then initialize a configuration file with mcp-playwright-test init and start the server with mcp-playwright-test start. On first run you will be prompted to configure login details for your target website. Alternatively, clone the repository and run node index.js from the mcp-playwright-test directory. To integrate with Roo-Code, add a new MCP server in VSCode using STDIO or SSE transport.
Key Features of MCP End-to-End Testing for Roo-Code Integration
- Full MCP server with resource and command endpoints
- Playwright-powered browser automation for Chrome, Firefox, and WebKit
- Automated login, navigation, and web exploration
- Error detection and logging for AI-assisted debugging
- Screenshot capture and accessibility analysis
- STDIO and SSE transport for Roo-Code integration
Use Cases of MCP End-to-End Testing for Roo-Code Integration
- Run automated end-to-end tests with AI guidance via Roo-Code
- Test login flows and multi-page navigation in web applications
- Capture screenshots and analyze accessibility for QA workflows
- Enable AI assistants to debug web pages interactively
- Integrate browser testing into VSCode-based AI coding sessions
FAQ from MCP End-to-End Testing for Roo-Code Integration
What is the difference between this MCP server and a standalone Playwright script?
This server implements the Model Context Protocol, allowing AI assistants like Roo-Code to control browser actions, retrieve test results, and debug through a standardized interface rather than running isolated scripts.
What are the runtime dependencies?
Node.js and npm are required. Playwright browsers (Chromium, Firefox, WebKit) are automatically managed by the Playwright library when starting the server.
How is user data or login information handled?
On first run, the tool prompts you to configure login details for your target website. Configuration is stored locally in a file created by the init command.
What transports are supported for Roo-Code integration?
Both STDIO (run the tool as a child process) and SSE (connect to an already running server) transports are supported, configurable through Roo-Code MCP settings in VSCode.
Are there any known limitations?
The README does not document specific limitations. It references detailed user and integration guides for advanced configuration.
More Developer Tools MCP servers
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Comments