Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.testdino.com/llms.txt

Use this file to discover all available pages before exploring further.

What you’ll learn
  • What the TestDino MCP server does and which tools it exposes
  • When to pick the Local vs Remote install path
  • What kinds of prompts work once connected
TestDino MCP Server connects AI assistants to your TestDino workspace to query test run data, artifacts, and manual test cases in natural language.

Pick a connection method

TestDino offers two ways to connect. Pick whichever fits your client and workflow.

Local MCP Server

For Claude Code, Cursor, or Claude Desktop. Install on your machine, paste a token, done.

Remote MCP Server

For ChatGPT, Claude on the web, and other AI tools that support remote MCP. No install.
PathBest forAuth
Local MCP ServerClaude Code, Cursor, Claude DesktopPAT in client config
Remote MCP ServerChatGPT, Claude on the web, other web AI toolsOAuth, scoped through TestDino

Example Prompts

Test Run Analysis

PromptWhat it does
Show test runs within the last hour in project xyzLists recent runs with status and metadata
Which are the most flaky test cases from the recent 10 runs?Ranks tests by flaky rate across runs
Show me all failed tests from the last runFilters test cases by failure status
List flaky tests on main from the last 7 daysFlaky tests filtered by branch and time window
Show tests tagged @auth, @smoke that failed in productionFilters by tag, status, and environment
Debug the test case “visual.spec.js” on developmentRoot cause analysis with fix suggestions
Summarize which test broke in branch “main”Quick failure summary for a branch

Manual Test Case Management

PromptWhat it does
List all critical priority test cases in the checkout suiteFilters manual cases by priority and suite
Find manual test cases tagged @auth that are not automatedFilters by tag and automation status
Show me the steps for test case TC-456Full test case details including steps
Create a new test case for password reset in AuthenticationCreates a case in the specified suite
Update TC-789 to change its status to deprecatedUpdates fields on an existing case
Create a test suite called “Payment Processing”Creates a new suite for organizing cases

Next Steps

Tools Reference

Full parameters, input schemas, and video demos for every tool

Troubleshooting

Error messages, fixes, and editor-specific solutions