tests(web-app): serie unit tests

This commit is contained in:
fastium
2025-06-14 17:28:39 +02:00
parent 5e9f9d6ad2
commit cecd04dd20
2 changed files with 133 additions and 3 deletions

View File

@@ -7,9 +7,7 @@
"build": "vue-cli-service build",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"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"
"test": "cypress run --spec 'cypress/e2e/*.cy.ts'"
},
"dependencies": {
"axios": "^1.9.0",