test(web-app): add e2e fetch process

It tests the normal request case of timeserie
This commit is contained in:
fastium
2025-06-13 19:45:13 +02:00
parent e26e7722f9
commit bd503d5641
14 changed files with 93 additions and 625 deletions

View File

@@ -7,8 +7,8 @@
"build": "vue-cli-service build",
"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 --spec 'tests/e2e/*.spec.ts'",
"test:unit": "cypress run --config-file cypress.unit.ts --spec 'cypress/unit/*.cy.ts'",
"test:e2e": "cypress run --spec 'cypress/e2e/*.cy.ts'",
"test": "npm run test:unit && npm run test:e2e"
},
"dependencies": {