tauri-e2e-testing
SKILL.md
Tauri E2E Testing Skill
End-to-end testing guide for Tauri v2 applications with Vue 3 + TypeScript + Vite + Playwright.
Purpose
Set up, write, debug, and maintain comprehensive test suites for Tauri v2 desktop applications using a 3-tier testing pyramid approach.
When to Use
- Setting up testing infrastructure for a new Tauri app
- Writing E2E tests that interact with Tauri IPC commands
- Mocking Tauri APIs (file system, dialogs, system tray)
- Configuring CI/CD for multi-platform testing
- Debugging flaky or failing Playwright tests
- Testing Rust backend commands