How to write auto tests for DMNs in Camunda 8

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

I would think that you could still use something like

But I don’t know if the DMN is still valid as you move from C7 to C8.