Fetch recent test executions
wopee_fetch_recent_executionsRetrieve the newest test execution results for the current project, including status, agent reports, and pass/fail outcomes. Use when you need to check test status without a specific suite UUID.
Instructions
Fetch the most recent test case executions for the current project (up to 20, newest first). Use this to check the status of recently dispatched tests without needing to remember specific suite UUIDs. Returns execution status (IN_PROGRESS, IN_QUEUE, FINISHED, FAILED), agent reports, and pass/fail results. Takes no input; uses WOPEE_PROJECT_UUID from environment. Prefer this tool when the user asks 'what's the status?' or 'how did the tests go?' and you don't have the specific suite UUID handy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||