micronaut-build icon indicating copy to clipboard operation
micronaut-build copied to clipboard

Allow to test with Junit5 in a module

Open sdelamo opened this issue 11 months ago • 0 comments

Currently, we assumes modules test by default with spock.

It would be great if we could configure:

micronautBuild {
    testRuntime("junit5")
}

and modules will import the necessary test dependencies for Junit5 and don't import the Spock dependencies.

sdelamo avatar Mar 22 '24 15:03 sdelamo