Hi there,
I’m trying to find a way to write auto-tests( unit tests) for our DMNs( separately from bpmn).
I can see that there used to be Camunda DMNEngineRule that was based off junit4, and since Camunda migrated to JUnit5 it’s no more.
So how do people approach automation testing of their DMNs in Camunda 8 so that they can be incorporated in the CI? (preferably looking for Java solution)
Thanks