first commit

This commit is contained in:
2025-04-04 08:46:42 +02:00
commit 5c5b23ba8f
9 changed files with 228 additions and 0 deletions

16
files/e2e/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "cypress-e2e",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"cy:open": "cypress open --e2e",
"cy:test": "cypress run --e2e -b firefox"
},
"devDependencies": {
"cypress": "^14.2.1",
"cypress-plugin-snapshots": "^1.4.4",
"typescript": "~5.8.0"
},
"packageManager": "pnpm@10.2.1+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92"
}