MUnit is a Scala testing framework and is based on JUnit4.
Since the current dd-java-agent supports JUnit, I thought it would automatically support MUnit as well, but although there are signs that it is trying to collect reports, the test cases are not recognized.
[dd.trace 2023-08-23 18:33:27:090 +0900] [main] DEBUG datadog.trace.civisibility.events.TestEventsHandlerImpl - Ignoring finish event, could not find test with name GenerateScheduleDates, suite nameglaze.del
GenerateScheduleDatesTest and class class glaze.delivery.backend.driver.scheduler.model.service. service.GenerateScheduleDatesTest
I will try to debug dd-java-agent here as well, but I think the current JUnit support needs to be made more generic or MUnit support needs to be added.
MUnit is a Scala testing framework and is based on JUnit4.
Since the current dd-java-agent supports JUnit, I thought it would automatically support MUnit as well, but although there are signs that it is trying to collect reports, the test cases are not recognized.
I will try to debug dd-java-agent here as well, but I think the current JUnit support needs to be made more generic or MUnit support needs to be added.