summaryrefslogtreecommitdiffhomepage
path: root/gui/test
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar36-3907/+0
2024-10-29Fix `api-access-methods.spec` - counting of access methods was offMarkus Pettersson1-3/+6
2024-10-23Update API access method GUI e2e tests to include Encrypted DNS proxyMarkus Pettersson1-2/+7
2024-10-22Prohibit @ts-ignore comments and update codebase to not use itOskar2-6/+6
2024-10-22Add entry selection testOskar1-0/+148
2024-10-18Fix linter errorsOskar2-17/+19
2024-10-18Use 'os.homedir' instead of HOME environment variableDavid Lönnhager1-5/+12
2024-10-18Toggle off GUI auto-connect after testDavid Lönnhager1-2/+10
GUI settings are not cleaned up between tests
2024-10-18Add settings testOskar2-1/+97
2024-10-14Disable chrome sandbox when running e2e tests on Linux in GitHub actionsOskar1-1/+11
2024-10-04Remove setting to leak traffic to apple networksDavid Lönnhager1-1/+0
2024-10-01Rename account "token" to account "number"Joakim Hulthe2-24/+24
2024-09-25Add setting to leak traffic to apple networksJoakim Hulthe1-0/+1
Co-authored-by: David Lönnhager <david.l@mullvad.net>
2024-09-24Fix linting errorsOskar31-330/+336
2024-09-03Stop waiting for transition if failedOskar1-1/+6
2024-08-30Fix missing daemon event obfuscation type convertionOskar1-0/+7
2024-08-30Add obfuscation testsOskar1-0/+112
2024-08-29Close connection panel after first testOskar1-3/+9
2024-08-21Add feature-indicator testOskar1-0/+133
2024-08-21Fix tunnel-state testsOskar2-57/+39
2024-08-21Add feature indicator plumbingOskar2-3/+3
2024-06-25Add e2e test for account expiry notificationsHank1-0/+52
2024-06-25Disable obfuscation in WireGuard port GUI testOskar Nyberg1-0/+2
2024-05-28Add macos split tunneling testOskar Nyberg1-0/+162
2024-05-28Provide whether or not macOS 13 or newer to rendererOskar Nyberg1-0/+1
2024-05-28Make Windows split tunneling types more generalOskar Nyberg1-1/+1
2024-04-19Add GUI test for custom bridgeOskar Nyberg1-0/+173
2024-04-16Add daita label to filters in location selectorOskar Nyberg1-0/+1
2024-04-16Add daita toggleOskar Nyberg1-0/+1
2024-02-15Enable access method GUI test in e2e testingMarkus Pettersson1-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-15Add test for IP overriede UIOskar Nyberg1-0/+116
2024-02-13Add GUI test for API access methodsOskar Nyberg1-0/+169
2024-02-09Prevent race conditions in login testOskar Nyberg1-16/+15
2024-02-09Add test that makes sure the app switches to the out of time viewOskar Nyberg1-2/+15
2024-01-31Replace electron-mocha with mochaOskar Nyberg1-2/+2
2024-01-31Restore fake clock to prevent test from hangingOskar Nyberg1-0/+2
2024-01-30Add setting to toggle mapsOskar Nyberg1-0/+1
2023-12-21Remove location fetch in Electron appOskar Nyberg1-3/+1
2023-11-27Update test with new CLI commandSebastian Holmin1-1/+1
2023-10-31Remove RelaySettingsUpdate from gui/David Lönnhager1-99/+0
2023-10-09Add custom lists to settings, ipc and rpc callsOskar Nyberg1-3/+3
2023-09-05Fix login testsOskar Nyberg1-2/+2
2023-09-05Remove forwarded ports messages from GUI frontendLinus Färnstrand1-1/+0
2023-07-11Update login test to click correct account buttonDavid Lönnhager1-1/+1
2023-07-04Fix tunnel state testsOskar Nyberg5-57/+56
2023-07-04Improve playwright configOskar Nyberg1-0/+2
2023-06-28Fix `too many devices` end-to-end testMarkus Pettersson2-1/+9
Fix a failing end-to-end test that was caused due to missing navigation events.
2023-06-28Fix type signature of `currentRoute`Markus Pettersson1-2/+2
Change the type signature of `currentRoute` to return a `string` rather than `void`.
2023-06-28Update testsOskar Nyberg1-18/+18
2023-06-28Refactor time left calculationsOskar Nyberg1-37/+60