| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-01-08 | Add 'target_os' attribute to test macro | David Lönnhager | 1 | -5/+0 | |
| 2024-01-04 | Fix code not following new linting rules in testing framework | Linus Färnstrand | 1 | -2/+2 | |
| 2023-12-15 | [Clippy] Fix unused `async` | Markus Pettersson | 3 | -3/+4 | |
| 2023-12-12 | Fix `stop_app` RPC for macos | Markus Pettersson | 1 | -1/+1 | |
| 2023-12-06 | Remove superseded RPC for restarting the Mullvad system service | Markus Pettersson | 2 | -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-06 | Implement RPC for reading & writing to app cache file | Markus Pettersson | 4 | -51/+158 | |
| - 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-22 | Obtain tunnel interface from management interface in tests | David Lönnhager | 2 | -123/+57 | |
| 2023-10-24 | Truncate log files in tests and ignore old logs | David Lönnhager | 1 | -5/+32 | |
| 2023-10-21 | Remove references to talpid-windows-net in e2e tests | David Lönnhager | 1 | -6/+6 | |
| 2023-10-20 | Add desktop end-to-end tests | David Lönnhager | 6 | -0/+1840 | |
| Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
