Highlight
Featured this release
Investigate failing tests through the API and MCP tools
Three new tools let AI coding agents fully investigate any failing test – detail, step-by-step trace, and pass/fail history – without touching the dashboard.
get_run_test_case returns per-test detail for any result ID from a qa.tech/results/test/ URL: goal, success criteria, evaluator reasoning, error classification, durations, and a durable deep link. get_run_test_case_trace gives a paginated step-by-step agent trace – reasoning, tool calls, observations, and screenshots – so large test suites don't overflow context. get_test_case_history shows the recent pass/fail trend and durations across runs, making it straightforward to tell a flake from a regression.
All three are available as MCP tools and via the REST API under /v1/run-test-case. Pasting a /results/test/ URL directly into the chat assistant now resolves to the correct run and test, with a cross-project hint shown when the URL points to a project other than the one currently in scope.