Skip to main content
Glama

MCP Cypress Page Object & Test Generator

by jprealini

createCypressFiles

Generate TypeScript Page Object classes and Cypress test suites for web pages, automating element interactions and workflow testing directly within your Cypress project.

Instructions

Crear archivos Page Object y Tests directamente en el proyecto Cypress

Input Schema

NameRequiredDescriptionDefault
pageObjectNameNoNombre personalizado para el page object (opcional)
urlYesURL de la página web
workspacePathNoRuta del workspace (opcional, se detecta automáticamente)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageObjectName": { "description": "Nombre personalizado para el page object (opcional)", "type": "string" }, "url": { "description": "URL de la página web", "type": "string" }, "workspacePath": { "description": "Ruta del workspace (opcional, se detecta automáticamente)", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from MCP Cypress Page Object & Test Generator

Related Tools

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/jprealini/cypress-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server