QA story run detail
get_qa_story_runRetrieve complete details of a QA story run including status, error messages, assertion failures, and screenshots to diagnose failures and decide whether to improve the test script or fix the application.
Instructions
Fetch the full detail for a single qa_story_run: status, error_message, assertion_failures, latency_ms, provider_session_url (Browserbase replay link when available), and screenshot URLs from qa_story_evidence. Use this to drill into a specific failing run and understand the exact error before deciding whether to improve the story script or fix the app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storyId | Yes | QA story id (uuid) | |
| runId | Yes | Run id (uuid) to fetch detail for |