Tauri Impl Testing

Use when writing tests for Tauri 2 commands, mocking IPC calls, or setting up E2E test suites. Prevents untestable command handlers and stale mock state from missing clearMocks() between tests. Covers Rust unit testing, frontend IPC mocking with mockIPC/mockWindows, WebDriver E2E testing, and integration testing. Keywords: tauri testing, mockIPC, mockWindows, clearMocks, cargo test, E2E testing, WebDriver, Vitest, test commands, mock IPC, E2E test, unit test Rust, frontend test, Vitest..

Impertio-Studio 19d056b 4 files · 36.3 KB Updated

File contents

Impertio-Studio/Tauri-2-Claude-Skill-Package/tree/main/skills/source/tauri-impl/tauri-impl-testing commit 19d056b905

Frequently asked questions

npx skillmds@latest add impertio-studio/tauri-impl-testing