Integration Tests¶
Documentation for Integration Tests
Overview¶
Integration tests are a way to ensure that the interactions between the different components of the system work as expected. This type of testing is important to ensure that the system works as expected from a user perspective.
Running Integration Tests¶
Integration tests should be run before any release to ensure that the system works as expected.
To run the integration tests, use the following command: run-integration-tests
Last updated: 2025-06-02