Add initial e2e testing with cypress

Add e2e tests with cypress using `vue add e2e-cypress`.

Vue CLI does not support creating typescript tests at this moment
(vuejs/vue-cli#1350).
This commit is contained in:
undergroundwires
2021-12-16 22:37:58 +01:00
parent 9b5e0b0591
commit ddd2e704db
13 changed files with 13992 additions and 9304 deletions

5
.gitignore vendored
View File

@@ -3,4 +3,7 @@ dist/
.vs
.vscode
#Electron-builder output
/dist_electron
/dist_electron
# Cypress
/tests/e2e/screenshots
/tests/e2e/videos