-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to retry a data provider in case of failures #2819
Comments
@krmahadevan thanks for bringing it into GitHub. |
@baflQA The implementation would be similar to how we use retry analyser for test methods so that one can have different retry implementations for different data providers. |
You are amazing @krmahadevan ! Can't wait for the next release. |
TestNG Version
7.6.1
Expected behavior
The data provider is retried automatically
Actual behavior
No generic mechanism to retry a data provider without doing it at a per data provider level.
Is the issue reproducible on runner?
Test case sample
No testcase, since this is a new requirement. For more details please take a look at this user post https://groups.google.com/g/testng-users/c/7Q40qIPcOLc/m/W7ibgBW2AQAJ
Contribution guidelines
Incase you plan to raise a pull request to fix this issue, please make sure you refer our Contributing section for detailed set of steps.
The text was updated successfully, but these errors were encountered: