Search code examples
gradleintellij-ideajunitjunit5

Where do I select the module to run @Tagged JUnit 5 tests for?


When setting up a run configuration for tests that are tagged with @Tag("unit"), IntelliJ IDEA 2018.2 says there is no module specified. After looking around for a while and searching the docs, I can't seem to find where/how to set the module. Please advise.

Update

This appears to be a bug and is reported at https://youtrack.jetbrains.com/issue/IDEA-202889

enter image description here


Solution

  • This seems to have been fixed.

    Here is a screenshot of IntelliJ IDEA Community 2023.2.1:

    enter image description here