You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Spring JUnit](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-testing.html) is used to run automated tests on OpenLRW when building the executable.
4
+
5
+
All the tests are located in the `src/test` directory.
6
+
7
+
## Running the tests
8
+
9
+
Execute the following command to execute Unit and Integration tests : `mvn test`
10
+
11
+
12
+
## Continuous Integration with Travis-CI
13
+
After each commit pushed on the main repository, unit tests are executed on an Oracle JDK 8 Virtual Machine.
14
+
15
+
The Travis config file `.travis.yml` is located on the root directory of OpenLRW.
0 commit comments