test(webapp): add shortcut command to run tests
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user