To run all tests, use the following command:
npm run docker-test
This command will run the tests in docker using the Node.js Test Runner. It will not include the logs from back-end integration tests.
To locally run tests with all the logs from the frontend and back-end, use the following command:
npm run test-debug
The purpose of this script is to make test development easier
To run tests with coverage reporting, use the following command:
npm run docker-coverage-local
This command will run the tests with coverage reporting using the node:test module.