Fetch recent test executions
wopee_fetch_recent_executionsCheck the status of recent test runs. Retrieves up to 20 newest executions with pass/fail results and agent reports, without needing suite UUIDs.
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 | |||