送信
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

サーバー設定

{
  "mcpServers": {
    "TestDino": {
      "command": "npx",
      "args": [
        "-y",
        "testdino-mcp"
      ],
      "env": {
        "TESTDINO_API_KEY": "your_testdino_api_key"
      }
    }
  }
}