-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
in: junit extensionJUnit extension optimizing test executionJUnit extension optimizing test executionmeta: contributions welcomeGood for newcomersGood for newcomersmeta: waiting for feedbackWaiting for feedback of the original reporterWaiting for feedback of the original reportertype: improvementMinor improvementsMinor improvements
Description
The current Change-Aware Test Execution feature provides a couple of mechanisms and extension points the tune the test execution.
What im missing is a setting which allows to skip all tests, when for example a part of the projects readme.md file is updatet, hence no change happened that affects the implementation under test.
Similiar (and in combination?) to spring.modulith.test.reference-commit property a property could activate such a mechanism.
Current existing solutions:
- implement own
FileModificationDetector - configure CI pipeline
Cause this case could be beneficial for many Modulith users an easy solution could make sense.
It also reinforces the idea of skipping tests (to save computational power, etc) when no affected code has changed.
Metadata
Metadata
Assignees
Labels
in: junit extensionJUnit extension optimizing test executionJUnit extension optimizing test executionmeta: contributions welcomeGood for newcomersGood for newcomersmeta: waiting for feedbackWaiting for feedback of the original reporterWaiting for feedback of the original reportertype: improvementMinor improvementsMinor improvements