cypress_output
Retrieve full console output from the current or last Cypress test run. Filter specific lines or limit the number returned.
Instructions
Get the full console output from the current or last test run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of lines to return from the end (default: 100) | |
| filter | No | Filter output to lines containing this text |