This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates 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 itaction: "list"โ Browse previously submitted audit reports, optionally filtered by branchaction: "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/testimports, Playwright APIs,.spec.ts/.spec.jsfiles, orplaywright.config.*) - Optional
branchparameter 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_auditsection indocs/TOOLS.md - Expanded
docs/skill.mdwith audit trigger scenarios, Playwright gate rules, and mandatory agent behaviors - Added
.env.examplefor 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.tserror 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
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.
Related context
Beta — feedback welcome: [email protected]