TestDino MCP boosts your AI assistant with powerful tools and analysis capabilities.
It lets your AI analyze test runs, perform root-cause analysis, and detect failure patterns
Server Config
{
"mcpServers": {
"TestDino": {
"command": "npx",
"args": [
"-y",
"testdino-mcp"
],
"env": {
"TESTDINO_API_KEY": "your_testdino_api_key"
}
}
}
}