MCP.so
登录
服务器

Testdino MCP

@testdino-hq

A MCP server that bridges TestDino with AI agents such as Cursor and Claude. Navigate test results, analyze failures, and manage test cases through conversational commands.

概览

What is Testdino MCP?

Testdino MCP is a Model Context Protocol (MCP) server that connects TestDino to AI agents, enabling natural language interaction with test management data. It bridges the TestDino test management platform and AI assistants, allowing users to check test runs, analyze failures, manage test cases, plan releases, and more via conversational commands.

How to use Testdino MCP?

Add the server to your MCP client configuration (e.g., ~/.cursor/mcp.json for Cursor) with npx -y testdino-mcp and the environment variable TESTDINO_PAT set to your Personal Access Token from TestDino User Settings. Then restart the client and ask your assistant to "Check TestDino health" to verify.

Key features of Testdino MCP

  • Health check to verify connection and PAT validity
  • Test run management with filtering (branch, time, author, commit, environment)
  • Test case analysis including errors, logs, execution steps, and artifacts
  • AI-assisted debugging with historical failure pattern analysis
  • Test quality audit with local analysis and report storage
  • Manual test case and suite management (create, update, list, filter)
  • Release planning with nested milestones and progress stats
  • Manual test runs with assignment and per-case verdicts
  • Exploratory session creation and tracking
  • 27 tools across six domains (test execution, case management, releases, runs, sessions, audit)

Use cases of Testdino MCP

  • Check test run results and analyze failures directly from chat
  • Manage manual test cases and organize them into test suites
  • Plan releases, create manual test runs, and assign testers without leaving the IDE
  • Run exploratory testing sessions and record per-case verdicts (passed, failed, blocked, etc.)
  • Debug flaky tests or root-cause failures with aggregated historical data

FAQ from Testdino MCP

What is the Testdino MCP server and what does it do?

It is an MCP server that connects TestDino to AI agents, allowing you to interact with your test data (test runs, test cases, releases, exploratory sessions) through natural language commands.

How do I configure Testdino MCP with Cursor?

Add the server definition to ~/.cursor/mcp.json (macOS/Linux) or %APPDATA%\Cursor\mcp.json (Windows) with command: "npx", args: ["-y", "testdino-mcp"], and env: { "TESTDINO_PAT": "your-pat" }. Restart Cursor, then verify with "Check TestDino health".

What are the installation options?

Three options: (1) via npx (recommended – no installation, always latest), (2) global npm install (npm install -g testdino-mcp, requires Node.js 20+), (3) project-level installation (npm install testdino-mcp).

What tools does Testdino MCP provide?

The server provides 27 tools across six domains: test execution and results (health, list_testruns, get_run_details, etc.), test case management (list_manual_test_cases, create, update), releases (list_releases, create, update), manual test runs (create, update, assign and verdict), exploratory sessions (create, update), and test audit.

Is my authentication token secure?

Yes. Your TestDino PAT is

标签

来自「浏览器自动化」的更多内容