Cypress MCP Test Generator
@mgandhi82
关于 Cypress MCP Test Generator
mcp server for cypress
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cypress MCP Test Generator?
Cypress MCP Test Generator is a Model Context Protocol (MCP) server that converts natural language prompts into fully functional Cypress tests. It is intended for developers who want to create Cypress end-to-end tests by describing scenarios in plain English.
How to use Cypress MCP Test Generator?
Install dependencies with npm install, build with npm run build, and configure the MCP server in VS Code by creating .vscode/mcp.json with the correct path to the built index.js. Open your project in VS Code; the server starts automatically. Use the command palette to type your test description and receive a generated test file in the cypress/e2e directory.
Key features of Cypress MCP Test Generator
- Generate Cypress tests from natural language prompts
- Automatically handles cookie consent dialogs
- Includes retry mechanisms for test reliability
- Supports TypeScript with custom commands
- Integrated with VS Code via MCP
Use cases of Cypress MCP Test Generator
- Convert a navigation and search scenario into an automated test
- Generate a complete login flow test with credential entry and verification
- Produce a form submission test that fills fields and checks success messages
FAQ from Cypress MCP Test Generator
What are the prerequisites?
Node.js v16 or higher, npm, VS Code, and TypeScript.
How do I fix "Server not starting"?
Verify the path in mcp.json is correct, check that build/index.js exists, and ensure your Node.js version is compatible.
How do I resolve test generation failures?
Check your prompt format, review server logs for errors, and confirm all dependencies are installed.
Where can I find logs and generated test files?
Server logs appear in VS Code’s Output panel (Cypress MCP Server). Generated tests are saved in cypress/e2e.
How do I troubleshoot VS Code integration issues?
Reload the VS Code window, check the output panel for errors, and validate the .vscode/mcp.json configuration.
开发工具 分类下的更多 MCP 服务器
Grafana MCP server
grafanaMCP server for Grafana
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps

Sentry
modelcontextprotocolModel Context Protocol Servers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
评论