IntelliJ filtering isn't there yet - <https://yout...
# gradle
m
IntelliJ filtering isn't there yet - https://youtrack.jetbrains.com/issue/IDEA-163481 the Gradle plugin is has a couple ways to apply test filters like by
@Tag
, classname, packages, and probably a few more - https://github.com/junit-team/junit5-samples/blob/r5.0.0/junit5-gradle-consumer/build.gradle#L43-L46 shows a few, all of them in https://github.com/junit-team/junit5/blob/master/junit-platform-gradle-plugin/src/main/groovy/org/junit/platform/gradle/plugin/FiltersExtension.groovy the
--tests
from the Gradle
Test
task isn't supported, so you gotta do some
findProperty
type conditional filters