WebUi

Project Testing

1. Run all tests

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.

2. Run Tests with Coverage

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.