| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
To run all tests, use the following command:
npm run docker-testThis 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-debugThe purpose of this script is to make test development easier
To run tests with coverage reporting, use the following command:
npm run docker-coverage-localThis command will run the tests with coverage reporting using the node:test module.
| Back | FazBrowse Home | New Git URL |