Ask your AI agent why your tests are failing. Instant analysis on failures and regressions.
概览
Content:
Tesults MCP server connects AI agents to your test automation results. Ask your AI agent why your tests are failing. Instant analysis on failures and regressions.
Features:
- Identify regressions, what's resolved or continuing to fail.
- Compare runs to see what changed
- Get plain-language explanations of test failures
- Works with Playwright, Jest, Pytest, Cypress, JUnit and more
Setup: Set the TESULTS_API_TOKEN environment variable with your Tesults API token to get started.
服务器配置
{
"mcpServers": {
"tesults": {
"command": "npx",
"args": [
"tesults-mcp"
],
"env": {
"TESULTS_API_TOKEN": "<YOUR_TOKEN>"
}
}
}
}