Troubleshooting
Run failures
Debug FAILED and BROKEN run statuses, and fix runs that produce no results.
Debugging a failing run
The fastest way to debug a failing run:
- Open the run report (the
.mdfile in your project's workspace folder, or inline in AskUI Desktop). - Find the first step with status
FAILEDorBROKEN, that is where to focus. - Check the screenshot for that step.
FAILEDmeans the expected outcome didn't match;BROKENmeans an infrastructure problem (connection lost, session expired) stopped the run. - For AgentOS issues, check the logs for more detail.
If you cannot resolve the issue yourself, see Get help for how to generate a diagnostic report and contact support.
Run completes with 0 results ("No tests ran")
The run started but found no test files to execute.
- Check that you're running from the correct Project root, the folder that
contains
tests/,prompts/, etc. - Check that your test files are inside
tests/and have a supported extension (.md,.txt,.pdf,.csv,.json). - If you used
--plan, check that the plan file exists inplans/and references valid test paths.