test(webapp): add shortcut command to run tests

This commit is contained in:
fastium
2025-06-24 17:33:41 +02:00
parent e436eb354b
commit 9a43f49b03
+1 -1
View File
@@ -9,7 +9,7 @@
"cypress:run": "cypress run", "cypress:run": "cypress run",
"test:e2e": "cypress run --spec 'cypress/e2e/*.cy.ts'", "test:e2e": "cypress run --spec 'cypress/e2e/*.cy.ts'",
"test:unit": "cypress run --spec 'cypress/unit/*.cy.ts'", "test:unit": "cypress run --spec 'cypress/unit/*.cy.ts'",
"test": "test:unit | test:e2e" "test": "npm run test:unit && npm run test:e2e"
}, },
"dependencies": { "dependencies": {
"axios": "^1.9.0", "axios": "^1.9.0",