Hi, I am trying to run a specific integration test with this command: ./gradlew :integration-tests:test --tests ClientLoanIntegrationTest Prior to that I have running Fineract instance on port 8443, as is said in the documentation. However, I get error: org.codehaus.cargo.container.ContainerException: Port number 8443 (defined with the property cargo.servlet.port) is in use. Please free it on the system or set it to a different port in the container configuration. In the documentation I also saw that "Integration tests run fineract instance from cargo plugin by default.", so I also tried running the test without having an instance of Fineract running, but I got: " Waiting for Fineract startup (timeout: 600s)... Still waiting... Still waiting... ... " What am I missing? Looking forward to your help.
Best regards, Georgi
