summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/src/summary.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-09Inline format argumentsLinus Färnstrand1-2/+2
2024-11-22Improve documentationSebastian Holmin1-2/+2
2024-11-22Improve type safetySebastian Holmin1-2/+4
2024-11-22Add `test_upgrade_app` to list testsSebastian Holmin1-2/+2
2024-08-16Remove `must_succede` test macro parameterSebastian Holmin1-5/+1
This simplifes handling of test results.
2024-08-16Refactor test cleanup logicSebastian Holmin1-13/+0
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-09Change VM config from positional arg to flagSebastian Holmin1-4/+2
2024-04-10Sort desktop e2e result matrix by priorityJoakim Hulthe1-1/+1
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-13/+12
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
2024-01-08Add 'skipped' status to test summaryDavid Lönnhager1-20/+55
2023-10-24Upload e2e-test report matrixMarkus Pettersson1-3/+0
Upload e2e-test report matrix as an `.html` file and submit it to github actions job summary: https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+285
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>