MCP Server for Running E2E Tests
@m2rads
MCP Server for Running E2E Tests について
e2e mcp server to automate validating your ai generated code
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"e2e-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server for Running E2E Tests?
An MCP server that enables AI coding agents in IDEs like Cursor and Windsurf to run end‑to‑end tests using Playwright. It streamlines the “vibe coding” workflow by connecting the AI agent directly to browser‑based test execution.
How to use MCP Server for Running E2E Tests?
Set up a Python 3.11+ environment with uv venv and install dependencies (uv pip install -r requirements.txt and playwright install). Add your LLM API key as OPENAI_API_KEY. The server communicates via stdio transport and is invoked with uv run mcp dev server.py for debugging.
Key features of MCP Server for Running E2E Tests
- Connects to Cursor and Windsurf AI IDEs
- Runs browser‑based end‑to‑end tests
- Uses Playwright for automation
- Requires Python 3.11+
- Communicates via stdio MCP transport
Use cases of MCP Server for Running E2E Tests
- Running E2E tests triggered by an AI coding agent
- Testing web applications during “vibe coding” sessions
- Integrating automated browser tests into a AI‑assisted development loop
FAQ from MCP Server for Running E2E Tests
What are the prerequisites?
Python 3.11 or higher and an LLM provider (e.g., OpenAI). Playwright must be installed via playwright install.
How do I set up the server?
Create a virtual environment with uv venv, activate it, install requirements.txt, and set the OPENAI_API_KEY environment variable.
What transport does the server use?
It uses stdio as the MCP transport. All browser output is disabled to avoid interfering with the protocol.
How can I debug the server?
Run uv run mcp dev server.py to use the MCP inspector tool.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント