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
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.
Frequently asked questions
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.
Basic information
More Developer Tools MCP servers
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
CodeSentinel
icohangar-opsCodebase health as MCP tools: dead code, circular dependencies, coupling, architectural drift.

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.
SecondSim
econdSim provisions real UK mobile numbers (non-VoIP) via eSIM, built for freelancers, sole traders, small businesses, and enterprise teams. Unlike VoIP apps and virtual numbers, SecondSim numbers register as genuine phy
Comments