-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Labels
in: junit extensionJUnit extension optimizing test executionJUnit extension optimizing test executiontype: enhancementMajor enhanvements, new featuresMajor enhanvements, new features
Milestone
Description
I created a small sample project using gradle (kotlin dsl) and 3 modules. I have tried making changes and re-running the build and have the following behaviour:
I make no changes and gradle does not execute any tests, detecting that there are no changes made.
I make a change to an independent module with no dependencies and gradle detects the change and executes all the tests.
I'm sure it's some user error, but without concrete examples in the documentation it's hard to know how to take advantage of this feature.
Maybe it needs a blog post of video walkthrough of it's own, for gradle and maven.
Really appreciate this project and would love to take more advantage of this feature.
Metadata
Metadata
Labels
in: junit extensionJUnit extension optimizing test executionJUnit extension optimizing test executiontype: enhancementMajor enhanvements, new featuresMajor enhanvements, new features