Open
Description
Implement a testing system for Cap desktop, specifically for Rust functions.
The Rust part of the Tauri application can be found in the src-tauri folder.
Implement tests for the following functions:
- Start recording
- Stop recording
- Copy to clipboard
- Save file
- Render file
This new testing system should be easily scaleable for more functions in the future.
We should have a specific command which can be run to launch the tests, e.g. pnpm test:desktop.