E2E-тесты десктопного UI через Tauri MCP

automation

tauri-mcp-test-runner is a Claude Code skill that runs automated E2E tests for the VMark desktop application via a Tauri MCP server. It launches the app, interacts with UI elements through the MCP protocol, verifies interface states, captures screenshots, and records errors. Because Tauri relies on a platform-native webview rather than a standard browser runtime, conventional tools like Chrome DevTools don't apply — the MCP-based approach handles this natively. The skill is aimed at QA engineers and developers working on Tauri projects who need to automate smoke tests or regression checks for desktop UI without manual interaction.