In a few cases, test selection for testing frameworks limits the granularity at which tests can be retried. In each case, this plugin retries at worst at method level. For JUnit5@ParameterizedTest, TestNG@Test(dataProvider = "…"), and Spock@Unrolltests the plugin will retry the entire...
TestNG 7.5 Parameterized tests In a few cases, test selection for testing frameworks limits the granularity at which tests can be retried. In each case, this plugin retries at worst at method level. For JUnit5@ParameterizedTest, TestNG@Test(dataProvider = "…"), and Spock@Unrolltests the...