summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src/tests/config.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-06-05Fix typosomahs1-1/+1
2025-01-08Fix bridge interface IP on macOSSebastian Holmin1-3/+4
The IP of the bridge interface was incorrectly assumed to be constant, but has at some point changed. This broke the algorithm for finding the bridge interface. Replace the algorithm with one based on the guest IP, which is given by `tart`. As the bridge IP is no longer constant, we also expose it through the `TEST_CONFIG`.
2024-11-08Remove `once_cell` from `test` workspaceMarkus Pettersson1-4/+8
2024-08-12Replace OpenVPN CA certificate using CLI flagMarkus Pettersson1-2/+86
2024-07-19Rename `--previous-app` to `--app-package-to-upgrade-from`Sebastian Holmin1-1/+1
2024-07-19Rename `--current-app` to `--app-package`Sebastian Holmin1-1/+1
2024-07-19Make previous app version and gui e2e binaries optionalSebastian Holmin1-2/+2
2024-01-08Add 'target_os' attribute to test macroDavid Lönnhager1-0/+3
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+47
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>