cypress_analyze_spec
Deeply analyze a Cypress spec file to extract describe/it blocks with line numbers, visited URLs, intercepted routes, fixtures, and custom commands.
Instructions
Deep analysis of a single spec file. Extracts describe/it blocks with line numbers, cy.visit URLs, cy.intercept routes, fixtures used, and custom commands called.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | Path to the spec file to analyze |