test(webapp): add shortcut command to run tests

This commit is contained in:
fastium
2025-06-23 19:15:06 +02:00
parent e436eb354b
commit 9a43f49b03

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",