summaryrefslogtreecommitdiffhomepage
path: root/test/ci-runtests.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-08-09Restructure test scriptsSebastian Holmin1-246/+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-08-09Change VM config from positional arg to flagSebastian Holmin1-1/+1
2024-07-19Rename `--previous-app` to `--app-package-to-upgrade-from`Sebastian Holmin1-1/+1
2024-07-19Replace implicit cache folder with `--package-folder` argSebastian Holmin1-1/+2
2024-05-03Simplify cleanup of testing cacheDavid Lönnhager1-3/+2
2024-04-29Rename build.sh to build-runner.shDavid Lönnhager1-5/+3
This commit also updates ci-runtests.sh
2024-03-05Fix shellcheck warnings and notesJoakim Hulthe1-1/+1
2024-02-02Fix `shellcheck` lints of our various bash scriptsSebastian Holmin1-17/+21
The following lints have been fixed: SC2046,SC2086,SC2068,SC2148,SC2007,SC2004,SC2006, SC2164,SC2145,SC1091,SC2034,SC2155.
2023-10-30Print whether packages are downloadedDavid Lönnhager1-4/+6
2023-10-24Ignore irrelevant files in build-runner-image.shDavid Lönnhager1-1/+1
2023-10-24Keep UI runner when clearing cacheDavid Lönnhager1-1/+1
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+242
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>