| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-04-05 | Add playwright config for installed tests | Oskar Nyberg | 1 | -0/+10 | |
| 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 | 2 | -32/+94 | |
| 2023-02-23 | Remove unnecessary wait during electron launch in tests | Oskar Nyberg | 1 | -12/+1 | |
| 2023-01-03 | Use correct webContents in utils.ts | Oskar Nyberg | 1 | -2/+8 | |
| 2023-01-03 | Wait for initial navigation to finish when creating test window | Oskar Nyberg | 1 | -11/+16 | |
| 2023-01-03 | Add comments to navigation utils | Oskar Nyberg | 1 | -0/+5 | |
| 2023-01-03 | Send mock data to correct webContents | Oskar Nyberg | 1 | -2/+6 | |
| 2023-01-03 | Wait for navigation transitions in test | Oskar Nyberg | 4 | -19/+40 | |
| 2023-01-03 | Use page.getByTestId | Oskar Nyberg | 2 | -6/+2 | |
| 2023-01-03 | Split startApp up into multiple functions | Oskar Nyberg | 1 | -18/+18 | |
| 2023-01-03 | Remove unneeded ts-ignore | Oskar Nyberg | 1 | -1/+0 | |
| 2022-12-15 | Add test for successfull login from daemon | Oskar Nyberg | 1 | -0/+32 | |
| 2022-12-15 | Add utility function for getting current url in e2e tests | Oskar Nyberg | 1 | -2/+12 | |
| 2022-12-15 | Add util function for asserting location switch | Oskar Nyberg | 1 | -0/+22 | |
| 2022-12-15 | Group utility functions in start app response | Oskar Nyberg | 7 | -41/+52 | |
| 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 | 3 | -72/+109 | |
| 2022-12-14 | Build standalone tests | Oskar Nyberg | 2 | -1/+2 | |
| 2022-12-14 | Make e2e tests run against installed app | Oskar Nyberg | 9 | -22/+35 | |
| 2022-11-30 | Remove await from appWindow.locator in tests | Oskar Nyberg | 1 | -3/+3 | |
| 2022-10-17 | Add e2e test for ExpiredAccountErrorView | Hank | 1 | -0/+33 | |
| 2022-10-17 | Wait for 'did-finish-load' when starting app for e2e testing | Hank | 1 | -0/+6 | |
| 2022-10-07 | Add a one-second margin to flaky test | Hank | 1 | -1/+2 | |
| 2022-10-03 | Add test for ensuring country is set | Oskar Nyberg | 1 | -0/+26 | |
| 2022-10-03 | Add locator for data-test-id | Oskar Nyberg | 1 | -1/+6 | |
| 2022-10-03 | Separate tests running with daemon from tests running with mocking | Oskar Nyberg | 7 | -95/+112 | |
| 2022-10-03 | Add alternative to start e2e tests using daemon | Oskar Nyberg | 4 | -16/+24 | |
| 2022-09-30 | Remove unnecessary await | Hank | 2 | -7/+7 | |
| 2022-09-30 | Update display of time left. Add unit and e2e tests | Hank | 1 | -3/+42 | |
| 2022-09-27 | Handle WireguardEndpointData | Oskar Nyberg | 1 | -1/+11 | |
| 2022-09-20 | Don't do screenshot matching. Remove global transition setting (#3937) | hankolsen | 15 | -20/+0 | |
| 2022-09-20 | No point in testing color of an empty label | Hank | 1 | -2/+0 | |
| 2022-09-20 | Export functions directly instead of exporting a bunch at the end of the file | Hank | 1 | -7/+5 | |
| 2022-09-20 | Re-arrange folder structure for tests, put unit and e2e under root test folder | Hank | 19 | -0/+523 | |
