Fetch recent test executions
wopee_fetch_recent_executionsFetch recent test executions for the current project to check status of dispatched tests without suite UUIDs. Returns verdicts, execution statuses, and agent reports.
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 each run's verdict (PASSED, FAILED, or INCOMPLETE — the run never established a result, e.g. an infrastructure error, and says nothing about the application) or, for a run with no verdict yet, its execution status (IN_QUEUE, IN_PROGRESS, FINISHED, FAILED, STOPPED), plus agent reports. 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 | |||