qa-mcp
Generates E2E tests for Cypress, including baseline snapshots and configuration.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@qa-mcpgenerate E2E tests for the login page"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
QA MCP
Servidor MCP para automatizar generación de artefactos de QA:
tests API con Rest Assured (
generateRestTests)tests E2E con Cypress (
generateE2ETests)documentación ETP en Excel (
exportETPAsExcel) y Word (exportETPAsWord)autocompletado de
rf-cu.md(autoCompleteRfCu)
Usa mcp.config.json en la raíz del proyecto para localizar OpenAPI, frontend, rutas de salida y plantillas.
Para generateE2ETests, puedes definir un prompt único en prompts/e2e.md (configurable con prompts.e2e en mcp.config.json).
También puedes pasar promptOverride en la invocación de la tool para ajustar una ejecución puntual.
La generación E2E incluye baseline autocapturable de snapshots genéricos (API/UI):
asegura Cypress en el frontend (
devDependencies.cypress) y scriptse2e/e2e:openasegura
cypress.config.jsy registraregisterBaselineTasks(on)ensetupNodeEventscrea
cypress/support/e2e-baseline.jscrea
cypress/fixtures/e2e-baseline.jsoncrea
cypress/support/baseline-tasks.jscon tareasreadBaselineywriteBaseline
En cypress.config.js, registra esas tareas desde setupNodeEvents(on):
const { registerBaselineTasks } = require('./cypress/support/baseline-tasks'); registerBaselineTasks(on);
Configuración en VS Code Copilot (MCP)
En VS Code, abre MCP: Open User Configuration y añade:
{
"servers": {
"qa-mcp": {
"type": "stdio",
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": ["dist/index.js"],
"cwd": "C:\\EnvAena\\workspace\\qa-mcp"
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidpoza/qa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server