summaryrefslogtreecommitdiffhomepage
path: root/gui/test
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Build standalone testsOskar Nyberg2-1/+2
2022-12-14Make e2e tests run against installed appOskar Nyberg9-22/+35
2022-11-30Remove await from appWindow.locator in testsOskar Nyberg1-3/+3
2022-11-30Update logic to work with new ErrorState structuresOskar Nyberg1-27/+0
2022-11-28Add transition to location stateOskar Nyberg1-3/+3
2022-10-17Add e2e test for ExpiredAccountErrorViewHank1-0/+33
2022-10-17Wait for 'did-finish-load' when starting app for e2e testingHank1-0/+6
2022-10-07Add a one-second margin to flaky testHank1-1/+2
2022-10-05Update formatTimeLeft to also display "less than a day left"Hank1-0/+1
2022-10-03Add test for ensuring country is setOskar Nyberg1-0/+26
2022-10-03Add locator for data-test-idOskar Nyberg1-1/+6
2022-10-03Separate tests running with daemon from tests running with mockingOskar Nyberg7-95/+112
2022-10-03Add alternative to start e2e tests using daemonOskar Nyberg4-16/+24
2022-09-30Remove redundant testsHank1-10/+0
2022-09-30Remove unnecessary awaitHank2-7/+7
2022-09-30Update display of time left. Add unit and e2e testsHank2-3/+64
2022-09-29Rename interface settings to user interface settingsOskar Nyberg1-1/+1
2022-09-27Handle WireguardEndpointDataOskar Nyberg1-1/+11
2022-09-20Don't do screenshot matching. Remove global transition setting (#3937)hankolsen15-20/+0
2022-09-20No point in testing color of an empty labelHank1-2/+0
2022-09-20Export functions directly instead of exporting a bunch at the end of the fileHank1-7/+5
2022-09-20Re-arrange folder structure for tests, put unit and e2e under root test folderHank31-16/+539
2022-09-02Add tunnel-state unit testOskar Nyberg1-0/+107
2022-07-22Update history tests to use new settings pathsOskar Nyberg1-2/+2
2022-03-14Remove everything related to WireGuard key handlingOskar Nyberg1-1/+1
2022-01-27Add tests for changelog parsingOskar Nyberg1-0/+65
2021-11-23Implement tests for list diffOskar Nyberg1-0/+103
2021-07-22Update tests to use RoutePathOskar Nyberg1-6/+7
2021-07-08Add tests for account data cache invalidationOskar Nyberg1-0/+88
2021-07-08Remove periodic account data fetch when account has expiredOskar Nyberg1-35/+0
2021-07-01Removed now unused transition rules and helper methodsOskar Nyberg1-57/+0
2021-07-01Replace history methods with new ones more aligned with our needsOskar Nyberg1-91/+26
2021-04-14Add tests for date helper functionsOskar Nyberg1-0/+152
2021-03-15Add normalization of paths in logging testsOskar Nyberg1-12/+18
2021-02-23Correct label for IP testsOskar Nyberg1-1/+1
2021-02-23Add test for the log message formatterOskar Nyberg1-1/+52
2021-02-16Remove dev dependency Enzyme since it's not used anymoreOskar Nyberg1-6/+0
2021-02-12Add tests for ip validationOskar Nyberg1-0/+174
2021-01-15Use new loggerOskar Nyberg3-13/+5
2020-12-09Fix promise return type in tests required by TypeScript 4.1Oskar Nyberg1-8/+8
2020-11-25Remove assignment of app.allowRendererProcessReuseOskar Nyberg1-5/+0
2020-11-23Add tests for log file rotation and clean upOskar Nyberg1-0/+81
2020-10-30Add tests for custom history implementationOskar Nyberg1-0/+168
2020-08-20Remove jsonrpc-client and it's dependenciesOskar Nyberg1-122/+0
2020-06-25Upgrade to Electron 8.3.2Oskar Nyberg1-0/+5
2020-06-24Add test for account data fetch one minute before expiryOskar Nyberg1-0/+29
2020-06-10Remove NotificationArea testsOskar Nyberg1-277/+0
2020-06-10Categorize notifications and their logic into notification definitionOskar Nyberg1-1/+1
2020-06-04Rename all usages of currentIsSupported to just supportedOskar Nyberg1-3/+3
2020-05-25Disable beta program toggle when running betaOskar Nyberg1-0/+1