What is deterministic test failure triage?
Deterministic test failure triage maps known error signatures to a documented classification, likely cause, diagnostic path, and repair. This tool evaluates rules in your browser, shows its confidence, and links every recognized result to a maintained failure guide. It does not use an LLM or upload your evidence.
Preserve the evidence
Paste the first causal error plus the surrounding stack. Avoid replacing the evidence with a summary.
Match known signals
The engine scores exact signatures and supporting context. A weak match is never presented as certainty.
Verify the hypothesis
Use the diagnostic checks to distinguish the ranked causes before changing application or test code.
Built on reusable failure knowledge
The initial rule set covers common Playwright, Selenium, Jest, pytest, database, dependency, and CI failures. Each pattern is a human-readable asset, not a hidden prompt.
Browser workflow
Use the page when the evidence is sensitive. The client workflow makes no request with your input and retains nothing after the tab closes.
Agent contract
For controlled automation, the same rule engine is available through one documented JSON endpoint. Callers decide what they send.
Read the OpenAPI contractUnderstand the boundaryAgent-readable tool guide: Markdown variant