
Cypress Test Generator
Automatically generates Cypress Page Object Model classes by scraping web pages and extracting DOM elements with proper selectors and interaction methods.
17159 views5Local (stdio)
What it does
- Scrape web pages with Puppeteer
- Extract DOM elements and selectors
- Generate TypeScript Page Object classes
- Create interaction methods for buttons and inputs
- Parse HTML with element type detection
- Generate getter methods for elements
Best for
QA engineers setting up end-to-end testsFrontend developers building test automationTeams migrating to Page Object Model pattern
Auto-generates TypeScript classesSupports multiple element typesComplete interaction methods included