How It Works
Point your agent to the failed run
Tell your agent about the failure: “Help me fix the bug from this failed test” or paste a run ID directly. You can give the Shareable link, or the direct link to the test run.The agent calls
get_test_run_overview to identify which steps failed and why.Drill into the details
The agent automatically pulls deeper context using
get_test_run_details, get_test_run_console_logs, and get_test_run_network_logs to surface JavaScript errors, failed HTTP requests, or unexpected behavior.Inspect screenshots
If the agent deems it necessary, or you provide that instruction, it retrieves screenshots from the run via
get_test_run_screenshots so it can see exactly what happened in the browser.