summaryrefslogtreecommitdiffhomepage
path: root/gui/README.md
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar1-54/+0
2023-03-27Fix many typosAlexander Seiler1-1/+1
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-01-15Replace space with - in menubar-icons directory nameOskar Nyberg1-1/+1
2022-12-15Improve npm alias for running e2e tests against installed appOskar Nyberg1-2/+2
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-14Add readme to gui directoryOskar Nyberg1-0/+54