Skip to content
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

Enable Dataprovider failures to be considered. #2748

Merged
merged 1 commit into from Apr 13, 2022

Commits on Apr 12, 2022

  1. Enable Dataprovider failures to be considered.

    Closes testng-team#217
    
    Enable a data provider to propagate its failure
    And be considered as a test failure.
    
    This can be done at an individual data provider 
    level by using the “@dataProvider” annotation’s new
    attribute “propagateFailureAsTestFailure”
    
    This can be done at the entire TestNG level by using
    the configuration parameter 
    “-propagateDataProviderFailureAsTestFailure true”
    
    Also regrouped the data provider test into single 
    test class.
    krmahadevan committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    a0604da View commit details
    Browse the repository at this point in the history