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
Tools
health
list_testruns
get_run_details
upload_latest_local_test_runs
list_testcase
get_testcase_details
Server Config
{
"mcpServers": {
"TestDino": {
"command": "npx",
"args": [
"-y",
"testdino-mcp"
],
"env": {
"TESTDINO_API_KEY": "your_testdino_api_key"
}
}
}
}