summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner/src/app.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-01-07Use absolute path to refer to `mullvad` binary in `test_upgrade_app`Markus Pettersson1-1/+8
2025-01-07Split up `Service` error variantsMarkus Pettersson1-1/+1
2024-11-08Check that the daemon version is correct post-upgradeMarkus Pettersson1-0/+19
2023-12-06Implement RPC for reading & writing to app cache fileMarkus Pettersson1-35/+23
- Implement RPC for writing to a file in a test runner / guest VM. - Implement RPC for getting app cache directory - Implement RPC for restarting the app in a test runner / guest vm - Implement RPC for starting the app in a test runner / guest vm - Implement RPC for stopping the app in a test runner / guest vm - Implement `find_cache_traces` on Window & macOS
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+144
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>