Hello,
As part of continuous integration we would like to run all Mendix unit tests automatically after every build. I tried to run all the unit test cases by calling the java action "UnitTesting.StartRunAllSuites" during startup but its not working (Application not starting). The same microflow works fine on the click of a button after startup.
Please advice how I can get to run all unit test cases during startup or if there is a better way to run them after every build.
Thanks