cyberneticlibrary

Test Tauri apps end-to-end

testing-tauri-appsskillsetup L30
Sheshiyer/skill-clusters
What it does

Write and run unit, integration, and E2E tests for Tauri desktop apps (Rust + frontend)

Best for

Testing Tauri desktop apps where Rust backend + TypeScript frontend integrate via IPC.

Inputs
  • · Tauri project
  • · test specifications
Outputs
  • · test results
  • · coverage report
Requires
  • · Tauri CLI
  • · Vitest or Jest
  • · Playwright
Preconditions

Tauri project initialized, test runner configured

Failure modes
  • · IPC mocking incomplete
  • · Native Rust bridge blocks test execution
Trust signals
  • · Rust unit test patterns
  • · IPC mock stubs
  • · Playwright E2E for UI