Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to test with Junit5 in a module #666

Open
sdelamo opened this issue Mar 22, 2024 · 0 comments
Open

Allow to test with Junit5 in a module #666

sdelamo opened this issue Mar 22, 2024 · 0 comments
Assignees
Labels
type: improvement A minor improvement to an existing feature

Comments

@sdelamo
Copy link
Contributor

sdelamo commented Mar 22, 2024

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 sdelamo added the type: improvement A minor improvement to an existing feature label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants