victauri-cli-0.2.0 is not a library.
victauri-cli
CLI toolkit for Victauri — scaffold tests, check running apps, record sessions, measure coverage.
Install
Commands
victauri init [path]
Scaffold a test directory with starter smoke tests. Detects your Tauri project, adds dependencies, and generates initial test files.
victauri check
Connect to a running Tauri app and report health — IPC integrity, ghost commands, memory usage.
victauri record
Record user interactions from a running app and generate a Rust test file.
Generated tests use idiomatic Victauri API — click_by_id for #id selectors, click_by_text for text selectors, with timing comments for pauses between actions.
victauri coverage
Report IPC command coverage — which registered commands your tests exercise.
victauri watch
Watch test files and re-run on changes — with 300ms debounce.
License
Apache-2.0