-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
area/ciarea/testMarks an issue as improving or extending the tests of the projectMarks an issue as improving or extending the tests of the projectkind/enhancementNew feature or requestNew feature or requestpossibly-outdatedFor github issues over a year oldFor github issues over a year old
Description
Describe the use case:
Implement incremental unit tests where only the components impacted by a particular change are tested.
Describe the enhancement/feature:
This means if a PR only affects the Zeebe component, there is no need to run the entire suite of unit tests for other components like Identity.
Desired outcome and acceptance tests:
If a change is made on one component in a particular version, then only the unit tests of that component within that particular version should run.
For example, if I made a change to the zeebe component in 8.3, then only the unit tests for zeebe should run for 8.3.
Metadata
Metadata
Assignees
Labels
area/ciarea/testMarks an issue as improving or extending the tests of the projectMarks an issue as improving or extending the tests of the projectkind/enhancementNew feature or requestNew feature or requestpossibly-outdatedFor github issues over a year oldFor github issues over a year old