Hey can you include a) How to handle retry in parallel tests b) Need a way so that for 1000 test cases I don't need to mention retryAnalyzer=Retry.class in my @Test annotation
@@sampal6890 you can implement this : public class AnnotationTransformer implements IAnnotationTransformer { @Override public void transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) { // TODO Auto-generated method stub } }
Hello sr, do you can explaned use rerun for cucumber proyect please? please is very util that function of the testng
I want same thing selenenium java Testng BDD frmework
Hey can you include
a) How to handle retry in parallel tests
b) Need a way so that for 1000 test cases I don't need to mention retryAnalyzer=Retry.class in my @Test annotation
did you get the way ? please share even im facing same issue
@@sampal6890 you can implement this :
public class AnnotationTransformer implements IAnnotationTransformer {
@Override
public void transform(ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod) {
// TODO Auto-generated method stub
}
}
Thanks ☺
Welcome 😊