This module includes integration tests for all the registry modules. Internally using JUnit, Mockito and testcontainers.
mvn clean verify
Right click on java directory -> Run 'All Tests'
Right click on specific test class -> Run 'ThisIT'
Test properties can be configured in file application-test.yml.