You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: