The Integration Test repository collects all integration tests for the whole infrastructure of Devices Tracking System.
In order to execute the integration tests, follow these steps:
- Run the whole infrastructure to be tested using the
test
Spring profile when necessary (see proper notes in appropriate repositories). - Run the tests by typing:
mvn test