Evaluation of our current QA Pipeline

@jayasanka, this is a very useful evaluation!

FWIW, with openmrs-core 2.6.0, we have introduced Testcontainers such that one is able to run all existing tests on MySQL with: mvn test -DuseInMemoryDatabase=false -Ddatabase=mysql or on PostgreSQL with: mvn test -DuseInMemoryDatabase=false -Ddatabase=postgres

As part of the next steps, do you also plan to improve the documentation?

This is one of the best paragraphs that you have ever written for my consumption!!! Ever since we started using cucumber, i have never seen its practical benefit for our community. And i already emphasised this from the very beginning of our cucumber integration:

I like this. But in order to start simple, i would deal with it after all the others are done. :slight_smile:

3 Likes