| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-10 | Run `cargo fmt` in test-repo | Sebastian Holmin | 1 | -1/+1 | |
| 2024-12-17 | Fix TODOs by replacing triple type with a dedicated struct | Markus Pettersson | 1 | -27/+78 | |
| 2024-12-17 | Attach target arch to VM config | Markus Pettersson | 1 | -4/+6 | |
| 2024-08-28 | Add package-dir to "Could not find app" error | Joakim Hulthe | 1 | -5/+7 | |
| 2024-08-27 | Use std LazyLock instead of once_cell Lazy | David Lönnhager | 1 | -4/+6 | |
| 2024-08-16 | Refactor test cleanup logic | Sebastian Holmin | 1 | -1/+1 | |
| Cleanup is now done BEFORE tests are run and takes care of resetting the daemon state more thoroughly. The daemon will now always be installed, logged in and disconnected with all settings reset before the next test. Tests are therefore not able to depend on the previous test leaving the test-runner in a certain state and must instead take care of setting up their own state themselves. `test_upgrade_app` gets special treatment to be able to run before the new app version is automatically installed. Refactor `run_tests.rs` | |||||
| 2024-08-09 | Restructure test scripts | Sebastian Holmin | 1 | -7/+7 | |
| 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-09 | Add `--gui-package` flag | Sebastian Holmin | 1 | -8/+23 | |
| 2024-08-09 | Fix regex on release versions | Sebastian Holmin | 1 | -9/+37 | |
| 2024-08-09 | Fix `find_app` file matching bug | Sebastian Holmin | 1 | -0/+2 | |
| It could match on dev builds when specifying a stable build. Add back sorting by file name length, which on ok solution to this problem. | |||||
| 2024-08-09 | Improve directory seach logic for UI tests | Sebastian Holmin | 1 | -1/+11 | |
| 2024-07-19 | Refactor `find_app` | Sebastian Holmin | 1 | -63/+33 | |
| 2024-07-19 | Rename `--previous-app` to `--app-package-to-upgrade-from` | Sebastian Holmin | 1 | -5/+5 | |
| 2024-07-19 | Rename `--current-app` to `--app-package` | Sebastian Holmin | 1 | -8/+8 | |
| 2024-07-19 | Refactor `get_app_manifes` | Sebastian Holmin | 1 | -25/+12 | |
| Removing the async allowed the code to be greatly simplified, and likely doesn't impact performance anyway. | |||||
| 2024-07-19 | Replace implicit cache folder with `--package-folder` arg | Sebastian Holmin | 1 | -7/+10 | |
| 2024-07-19 | Make previous app version and gui e2e binaries optional | Sebastian Holmin | 1 | -7/+16 | |
| 2024-02-15 | Fix unhelpful error message | Markus Pettersson | 1 | -3/+4 | |
| 2023-10-20 | Add desktop end-to-end tests | David Lönnhager | 1 | -0/+158 | |
| Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
