tests(web-app): serie unit tests
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user