summaryrefslogtreecommitdiffhomepage
path: root/test/README.md
AgeCommit message (Collapse)AuthorFilesLines
2025-11-03Fix invocation of `sysctl`, `nft` & `dnsmasq` in test-managerMarkus Pettersson1-1/+4
Run them by absolute path instead. Non-root users does not have `sbin` in path on Debian.
2025-11-03Fix documentation on how to run test framework on Debian/UbuntuMarkus Pettersson1-0/+7
2025-02-25Rename some scripts (and move them to subdirectories)Markus Pettersson1-7/+7
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-10-01Rename account "token" to account "number"Joakim Hulthe1-1/+1
2024-08-09Update README.mdSebastian Holmin1-51/+69
2024-08-09Restructure test scriptsSebastian Holmin1-5/+5
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-07-19Rename `--previous-app` to `--app-package-to-upgrade-from`Sebastian Holmin1-2/+2
2024-07-19Rename `--current-app` to `--app-package`Sebastian Holmin1-2/+2
2024-06-25Correct documentation in `test/REAME.md`Markus Pettersson1-3/+2
2024-04-29Rename build.sh to build-runner.shDavid Lönnhager1-6/+6
This commit also updates ci-runtests.sh
2024-04-29Build Windows runner in containerDavid Lönnhager1-9/+6
2024-01-12Remove legacy provisioning for linuxDavid Lönnhager1-3/+2
2023-12-14Improve test framework documentionMarkus Pettersson1-2/+2
- Try to simplify the steps involved in creating a new test runner - Move `BUILD_OS_IMAGE` to `docs/`.
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+156
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>