Skip to main content
Glama

MCP Cypress Page Object & Test Generator

by jprealini

createCypressFiles

Automate Cypress test and Page Object file generation by providing a webpage URL. The tool creates TypeScript Page Object classes and comprehensive test suites, supporting element interactions and workflow testing.

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" }
Install Server

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