summaryrefslogtreecommitdiffhomepage
path: root/test/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2024-08-09Restructure test scriptsSebastian Holmin1-7/+0
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-04-29Build Windows runner in containerDavid Lönnhager1-1/+3
2023-12-15Add missing system deps to `test/Dockerfile`Markus Pettersson1-0/+3
Add some missing system libraries for compiling the test framework. These are dependencies which the base `mullvad/mullvadvpn-app-build` container does not include.
2023-12-08Use app build container for building test runnerMarkus Pettersson1-6/+2
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+6
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>