summaryrefslogtreecommitdiffhomepage
path: root/test/scripts/build-runner-image.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-02-25Rename some scripts (and move them to subdirectories)Markus Pettersson1-46/+0
Start off with the download app package / e2e tests binary in `download.sh`. Rename `test-utils.sh` to `lib.sh` & start to break up `lib.sh`.
2024-08-12Replace OpenVPN CA certificate using CLI flagMarkus Pettersson1-1/+0
2024-08-09Restructure test scriptsSebastian Holmin1-1/+1
Split functionality `ci-runtest.sh` into multiple scripts. `test-by-version.sh` can be used to test against any version of the app available on the build servers. `test-utils.sh` contains shared logic. Rename `PACKAGES_DIR` env `PACKAGE_DIR`, it's more consistent with the new CLI flag.
2024-06-25Increase Windows test image sizeDavid Lönnhager1-1/+1
2024-03-20Test leaking TCP/UDP/ICMP packets in split tunnelJoakim Hulthe1-1/+1
2024-03-20Add am-i-mullvad cli for testing split tunnelingJoakim Hulthe1-0/+1
2024-01-12Remove legacy provisioning for linuxDavid Lönnhager1-19/+0
2023-10-24Ignore irrelevant files in build-runner-image.shDavid Lönnhager1-4/+5
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+64
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>