Open
Conversation
Added TestDino MCP here
|
@TestDinoHQ is attempting to deploy a commit to the cnych's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TestDino MCP is a Model Context Protocol server that lets AI assistants like Cursor or Claude talk directly to your TestDino projects and test data using natural language instead of dashboards and filters. It turns your Playwright test reporting and test management setup into an interactive, AI powered debugging and analysis layer.
What TestDino MCP does
Connects AI to your TestDino runs and cases so you can ask things like “show last 5 runs on main” or “why is login flaky on WebKit?” and get structured answers.
Exposes tools for health checks, listing runs, drilling into run details, filtering test cases (failed, flaky, slow, tagged), and pulling full debug context (logs, traces, screenshots, videos).
Adds AI assisted debugging via debug_testcase, aggregating historical failures, detecting patterns, and returning an AI friendly root cause prompt.
Manages manual test cases and suites from chat: list, search, create, update, and organize them without opening the UI.
How teams use it
SDETs and developers: triage CI failures faster, compare test history across commits, and get code level fix suggestions without leaving the IDE.
QA leads and managers: monitor test health, flaky hotspots, and regression patterns across branches and environments through conversational queries.
With a PAT configured once, any MCP compatible client can spin up the TestDino MCP server via npx testdino-mcp or a global install, and your AI assistant becomes a front end for all your TestDino data.