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
Name | Required | Description | Default |
---|---|---|---|
pageObjectName | No | Nombre personalizado para el page object (opcional) | |
url | Yes | URL de la página web | |
workspacePath | No | Ruta del workspace (opcional, se detecta automáticamente) |