How to run Integration tests of Bahmni Core API?

Hi Bahmni community,

I see there is integration tests available in Bahmni Core (Java test files suffixed by IT) but I don’t see when they’re actually run.

Looking at the root pom.xml file, it seems that Integration tests should run when the module is build though (since all is set up with the Maven Failsafe plugin) using the following command:

mvn integration-test

I have also tried mvn verify, mvn clean install integration-test… with no luck I must be missing something :confused:

Romain

Hi @mksrom, Please use the below command.

Thanks @swathivarkala