summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner
AgeCommit message (Collapse)AuthorFilesLines
2023-12-15[Clippy] Fix unused `async`Markus Pettersson3-3/+4
2023-12-12Fix `stop_app` RPC for macosMarkus Pettersson1-1/+1
2023-12-06Remove superseded RPC for restarting the Mullvad system serviceMarkus Pettersson2-60/+24
The function `set_mullvad_daemon_service_state(on: bool) -> Result<(), test_rpc::Error>`, which would conditionally start or stop the Mullvad daemon in the test runner, has been superseded by two separate functions which accomplish the same thing: `start_mullvad_daemon` & `stop_mullvad_daemon`.
2023-12-06Implement RPC for reading & writing to app cache fileMarkus Pettersson5-52/+159
- 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-11-22Obtain tunnel interface from management interface in testsDavid Lönnhager2-123/+57
2023-10-24Truncate log files in tests and ignore old logsDavid Lönnhager1-5/+32
2023-10-21Remove references to talpid-windows-net in e2e testsDavid Lönnhager2-7/+7
2023-10-20Add desktop end-to-end testsDavid Lönnhager7-0/+1898
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>