Create Page Object File
create_Page_Object_fileGenerate TypeScript Page Object classes for Cypress testing by analyzing web page URLs to automate test creation and element interaction workflows.
Instructions
Create Page Object file directly in the Cypress project by analyzing the provided URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the web page | |
| workspacePath | No | Workspace path (optional, it is detected automatically if not provided) | |
| pageObjectName | No | Custom name for the page object (optional) |