Skip to content

testdino-hq/testdino-mcp

v1.0.9 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
โœ“ No known CVEs patched
Read the diff โ†’ Tool health โ†’ What is this tool? โ†’

✓ No known CVEs patched in this version

Summary

AI summary

Updates What's new?, ๐Ÿ“š Documentation, and ๐Ÿงช Tests across a mixed release.

Full changelog

What's new?

โœจ New Feature: test_audit tool โ”€

Guide your AI agent through structured Playwright test quality audits via TestDino. The tool runs a server-curated audit flow that fetches a
TestDino-defined prompt + branch signals, lets the agent analyze the local Playwright code, and submits the completed report back to TestDino.

What it does:

  • action: "analyze" โ€” Fetches the audit prompt and branch context, then submits the final structured report (score, findings,
    recommendations, markdown) once the agent has produced it
  • action: "list" โ€” Browse previously submitted audit reports, optionally filtered by branch
  • action: "get" โ€” Retrieve the full contents of a specific past report

Highlights:

  • Strict trigger semantics โ€” only fires when the user explicitly names TestDino and the target is Playwright code (detected via
    @playwright/test imports, Playwright APIs, .spec.ts / .spec.js files, or playwright.config.*)
  • Optional branch parameter for branch-scoped audit context
  • Writes the final markdown report to a local file (default TEST-AUDIT.md) before submission
  • Supports both feature-level and spec-file-level scopes

๐Ÿ“š Documentation

  • New test_audit section in docs/TOOLS.md
  • Expanded docs/skill.md with audit trigger scenarios, Playwright gate rules, and mandatory agent behaviors
  • Added .env.example for local dev

๐Ÿงช Tests

  • 408 lines of unit coverage for test-audit.ts
  • Integration test updates for the new tool registration

๐Ÿ›  Internal

  • New endpoint builders for audit context / submit / list / get in endpoints.ts
  • Improved request.ts error handling

Full Changelog: https://github.com/testdino-hq/testdino-mcp/compare/v1.0.8...v1.0.9

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track testdino-hq/testdino-mcp

Get notified when new releases ship.

Sign up free

About testdino-hq/testdino-mcp

Connects your TestDino testrun/testcase data to AI agents so you can review runs, debug failures, and manage manual test cases using natural language.

All releases โ†’

Beta — feedback welcome: [email protected]