Added backend tests as script.

This commit is contained in:
SamTV12345 2023-12-18 21:01:11 +01:00
parent df9dd77a0b
commit e046524ce7

View file

@ -103,7 +103,8 @@
"test": "../node_modules/mocha/bin/_mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-on-windows": "npx mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-container": "npx mocha --timeout 5000 tests/container/specs/api",
"dev": "bash ./bin/run.sh"
"dev": "bash ./bin/run.sh",
"test-backend": "npx mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs"
},
"version": "1.9.5",
"license": "Apache-2.0"