e2e tests

This commit is contained in:
SPRINX0\prochazka
2024-12-06 16:38:42 +01:00
parent 22b47d1066
commit 7e119d40a4
4 changed files with 13 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
"cypress": "^13.16.1"
},
"scripts": {
"cy:open": "cypress open"
"cy:open": "cypress open",
"cy:run": "cypress run"
}
}