I’ve recently moved from a Java/Spring Boot stack where I used tools like JaCoCo for code coverage to working with WSO2 Micro Integrator, where most of the integration logic is defined in XML-based artifacts.
Given that the code is not written in Java but in XML configurations, traditional code coverage tools like JaCoCo are not applicable.
What are the recommended ways to measure test coverage or test effectiveness for WSO2 Micro Integrator projects? Specifically, I'm looking to validate whether all my flows, mediators, and branches are being exercised through unit tests