| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-14 | Move gui directory to desktop/packages/mullvad-vpn | Oskar | 12 | -1288/+0 | |
| 2024-10-29 | Fix `api-access-methods.spec` - counting of access methods was off | Markus Pettersson | 1 | -3/+6 | |
| 2024-10-23 | Update API access method GUI e2e tests to include Encrypted DNS proxy | Markus Pettersson | 1 | -2/+7 | |
| 2024-10-18 | Fix linter errors | Oskar | 1 | -14/+17 | |
| 2024-10-18 | Use 'os.homedir' instead of HOME environment variable | David Lönnhager | 1 | -5/+12 | |
| 2024-10-18 | Toggle off GUI auto-connect after test | David Lönnhager | 1 | -2/+10 | |
| GUI settings are not cleaned up between tests | |||||
| 2024-10-18 | Add settings test | Oskar | 1 | -0/+85 | |
| 2024-09-24 | Fix linting errors | Oskar | 11 | -179/+173 | |
| 2024-08-30 | Fix missing daemon event obfuscation type convertion | Oskar | 1 | -0/+7 | |
| 2024-08-30 | Add obfuscation tests | Oskar | 1 | -0/+112 | |
| 2024-08-21 | Fix tunnel-state tests | Oskar | 1 | -17/+16 | |
| 2024-06-25 | Disable obfuscation in WireGuard port GUI test | Oskar Nyberg | 1 | -0/+2 | |
| 2024-05-28 | Add macos split tunneling test | Oskar Nyberg | 1 | -0/+162 | |
| 2024-04-19 | Add GUI test for custom bridge | Oskar Nyberg | 1 | -0/+173 | |
| 2024-02-15 | Enable access method GUI test in e2e testing | Markus Pettersson | 1 | -1/+1 | |
| Since `test_custom_access_methods_ui` may fail after messing with the test runner environment, we want to fail fast and abort the entire test run if the test fails before managing to clean up. | |||||
| 2024-02-15 | Add test for IP overriede UI | Oskar Nyberg | 1 | -0/+116 | |
| 2024-02-13 | Add GUI test for API access methods | Oskar Nyberg | 1 | -0/+169 | |
| 2024-02-09 | Prevent race conditions in login test | Oskar Nyberg | 1 | -16/+15 | |
| 2023-11-27 | Update test with new CLI command | Sebastian Holmin | 1 | -1/+1 | |
| 2023-09-05 | Fix login tests | Oskar Nyberg | 1 | -2/+2 | |
| 2023-07-11 | Update login test to click correct account button | David Lönnhager | 1 | -1/+1 | |
| 2023-07-04 | Fix tunnel state tests | Oskar Nyberg | 3 | -36/+35 | |
| 2023-06-28 | Fix `too many devices` end-to-end test | Markus Pettersson | 1 | -1/+7 | |
| Fix a failing end-to-end test that was caused due to missing navigation events. | |||||
| 2023-06-28 | Move account button to headerbar in main view | Oskar Nyberg | 1 | -5/+1 | |
| 2023-06-12 | Add tunnel state GUI tests | Oskar Nyberg | 2 | -4/+177 | |
| 2023-04-19 | Add GUI test for device revoked view | Oskar Nyberg | 1 | -0/+29 | |
| 2023-04-19 | Add test for too many devices flow | Oskar Nyberg | 1 | -0/+51 | |
| 2023-04-05 | Add missing await when emptying login field in test | Oskar Nyberg | 1 | -1/+1 | |
| 2023-04-05 | Remove expects for intermediate states during login | Oskar Nyberg | 1 | -8/+0 | |
| These are better suited in a test with a mocked daemon/main process. | |||||
| 2023-03-27 | Add test that logs in to provided account | Oskar Nyberg | 1 | -4/+35 | |
| 2023-03-27 | Add logout test | Oskar Nyberg | 1 | -1/+26 | |
| 2023-03-27 | Add login tests | Oskar Nyberg | 1 | -0/+94 | |
| 2023-01-03 | Wait for navigation transitions in test | Oskar Nyberg | 1 | -1/+1 | |
| 2023-01-03 | Use page.getByTestId | Oskar Nyberg | 1 | -4/+2 | |
| 2022-12-15 | Group utility functions in start app response | Oskar Nyberg | 1 | -5/+5 | |
| 2022-12-15 | Improve npm alias for running e2e tests against installed app | Oskar Nyberg | 1 | -1/+1 | |
| The tests for an installed version of the app isn't possible to run in sequence. A lot of them requires the daemon to be in a specific state, and some require the daemon to change state during the test. This means that for the tests to be useful they have to be run individually when the daemon is in the correct state. The `e2e:installed` alias has been replaced with `e2e:sequential` which can be used to run tests against the installed app by running `npm run e2e:sequential installed/<test>`. | |||||
| 2022-12-14 | Add unsecured test for installed | Oskar Nyberg | 1 | -0/+22 | |
| 2022-12-14 | Build standalone tests | Oskar Nyberg | 1 | -0/+2 | |
| 2022-12-14 | Make e2e tests run against installed app | Oskar Nyberg | 1 | -0/+26 | |
