Hi, I`m trying to migrate my camunda tests coverage to jUnit5 acording to latest changes in this plugin.
In docs there are a few simple steps to achieve this goal:
Did anyone succeeded? Can You share the results?
Problems with docs:
- There is no camunda-bpm-process-test-coverage-junit5 artifact in mvn repository (fortunately there is a separate link to the right artifact)
- Class ProcessEngineCoverageExtension is missing in the lib ā this is the main problem