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 conversationWhat are our flakiest tests?
Tool call:
query_analyticspassing test runs with retries, grouped by test, last 7 daysTool call:
query_samplesrecent retried executions of the flakiest testTool call:
get_otel_traceinspect telemetry from two failed attemptsTool call:
get_otel_tracecompare another failure from the same testExample conversationWhich tests are slowest?
Tool call:
query_analyticsaverage test duration grouped by test, last 30 daysTool call:
query_samplesrecent executions of the slowest testsTool call:
query_analyticsdaily duration trend for the leading slow testExample conversationTriage today's failures
Tool call:
query_analyticsfailed test count grouped by test, last 24 hoursTool call:
query_sampleslatest failed executions and their ordered attemptsTool call:
get_otel_traceinspect a representative checkout failureYou 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.