summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src/package.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Run `cargo fmt` in test-repoSebastian Holmin1-1/+1
2024-12-17Fix TODOs by replacing triple type with a dedicated structMarkus Pettersson1-27/+78
2024-12-17Attach target arch to VM configMarkus Pettersson1-4/+6
2024-08-28Add package-dir to "Could not find app" errorJoakim Hulthe1-5/+7
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-4/+6
2024-08-16Refactor test cleanup logicSebastian Holmin1-1/+1
2024-08-09Restructure test scriptsSebastian Holmin1-7/+7
2024-08-09Add `--gui-package` flagSebastian Holmin1-8/+23
2024-08-09Fix regex on release versionsSebastian Holmin1-9/+37
2024-08-09Fix `find_app` file matching bugSebastian Holmin1-0/+2
2024-08-09Improve directory seach logic for UI testsSebastian Holmin1-1/+11
2024-07-19Refactor `find_app`Sebastian Holmin1-63/+33
2024-07-19Rename `--previous-app` to `--app-package-to-upgrade-from`Sebastian Holmin1-5/+5
2024-07-19Rename `--current-app` to `--app-package`Sebastian Holmin1-8/+8
2024-07-19Refactor `get_app_manifes`Sebastian Holmin1-25/+12
2024-07-19Replace implicit cache folder with `--package-folder` argSebastian Holmin1-7/+10
2024-07-19Make previous app version and gui e2e binaries optionalSebastian Holmin1-7/+16
2024-02-15Fix unhelpful error messageMarkus Pettersson1-3/+4
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+158