summaryrefslogtreecommitdiffhomepage
path: root/test/docs
AgeCommit message (Collapse)AuthorFilesLines
2025-08-21Add instruction to remove `unattended-upgrades` from Ubuntu test VMsMarkus Pettersson1-0/+8
2025-02-04Document mount bug for the test runner imageDavid Lönnhager1-0/+9
2024-11-14Update script and code references to gui-directoryOskar1-1/+1
2024-09-26Use more generous VM specs for test OS image setupDavid Lönnhager1-1/+1
2024-05-23Update documentation on how to add new Windows VMsMarkus Pettersson1-0/+4
Mention that the `test-runner` and standalone e2e test executable should be excluded from being flagged by Windows Security. We have experienced some false positives lately, and we do indeed trust what we upload to the test runner VMs.
2024-02-08Add instructions to enable `w32tm` in new testrunnersMarkus Pettersson1-0/+9
Add instructions on how to create a Windows service which ensures that the time service is enabled to prevent the VM clock from getting out of sync.
2024-01-04Remove legacy docs from BUILD_OS_IMAGE.mdDavid Lönnhager1-88/+0
2024-01-04Mention 'sudo' group in BUILD_OS_IMAGE.mdDavid Lönnhager1-2/+3
2023-12-14Add documentation on how to add new VM images to Github actionsMarkus Pettersson1-0/+14
2023-12-14Improve test framework documentionMarkus Pettersson1-0/+297
- 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/+16
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>