test(web-app): add test end2end

- it implements a 1st version of it
This commit is contained in:
fastium
2025-06-08 21:19:53 +02:00
parent e8fae59467
commit c5efa10f1a
5 changed files with 487 additions and 94 deletions

View File

@@ -8,7 +8,7 @@
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:unit": "cypress run --config-file cypress.unit.js --spec 'tests/unit/*.spec.ts'",
"test:e2e": "cypress run --config-file cypress.unit.js --spec 'tests/e2e/*.spec.ts'",
"test:e2e": "cypress run --spec 'tests/e2e/*.spec.ts'",
"test": "npm run test:unit && npm run test:e2e"
},
"dependencies": {