In both develocity and test-retry, includeAnnotationClasses specifies an annotation that can be set at class-level to filter retriable tests.
Ideally, I would like to annotate specific methods (in Spock and JUnit 5) that can be retried. To set retriability at the most granular level possible and avoid retrying tests wihout expected flakiness.
In both develocity and test-retry,
includeAnnotationClassesspecifies an annotation that can be set at class-level to filter retriable tests.Ideally, I would like to annotate specific methods (in Spock and JUnit 5) that can be retried. To set retriability at the most granular level possible and avoid retrying tests wihout expected flakiness.