tauri-pilot
Interactive UI testing and debugging for Tauri desktop apps
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install tauri-pilot?โผ
Run `npx skills add mpiton/tauri-pilot --all -g -y` in your terminal to install the skill globally, then add the tauri-plugin-pilot crate to your Tauri app.
How to test a Tauri app UI automatically?โผ
Run `tauri-pilot snapshot -i` to list interactive elements, then use commands like click, fill, and assert to interact with and verify the interface step by step.
Why doesn't Playwright work with Tauri apps?โผ
Tauri uses system WebViews (WebKitGTK, WebKit, WebView2) instead of Chromium, so Playwright cannot attach. tauri-pilot bridges this gap with an embedded plugin and CLI.
Does tauri-pilot work with Claude Code and MCP?โผ
Yes. It runs as a standard skill in Claude Code and also exposes a built-in MCP server over stdio for agents with native MCP support.
Can tauri-pilot run tests in CI pipelines?โผ
Yes. The `run` command executes declarative TOML test scenarios and can output JUnit XML reports plus failure screenshots for CI integration.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core