Investigate test history with AI
Connect your coding agent to the Endform MCP server, then ask questions about the test history for the repository you are working in. The agent can compare trends, inspect individual executions, and open the telemetry from a failed attempt without you copying data out of the dashboard.
The conversations below are representative examples. Your results will use your own tests and Endform history.
Example conversation What are our flakiest tests?
Tool call:
query_analytics passing test runs with retries, grouped by test, last 7 days Tool call:
query_samples recent retried executions of the flakiest test Tool call:
get_otel_trace inspect telemetry from two failed attempts Tool call:
get_otel_trace compare another failure from the same test Example conversation Which tests are slowest?
Tool call:
query_analytics average test duration grouped by test, last 30 days Tool call:
query_samples recent executions of the slowest tests Tool call:
query_analytics daily duration trend for the leading slow test Example conversation Triage today's failures
Tool call:
query_analytics failed test count grouped by test, last 24 hours Tool call:
query_samples latest failed executions and their ordered attempts Tool call:
get_otel_trace inspect a representative checkout failure You can make these questions more specific by naming a branch, commit, Playwright project, test file, title, or time window. The complete historical data tool reference is in Endform MCP server.