mfaisalkhatri / selenium4poc

Learn Web Automation testing using Selenium Webdriver 4.
https://mfaisalkhatri.github.io
Apache License 2.0
178 stars 71 forks source link

Add Test Retry using TestnNG #69

Closed mfaisalkhatri closed 2 years ago

mfaisalkhatri commented 2 years ago

Since some of the tests are failing due to inconsistency and jobs needs to be triggered manually to rerun, it is good to have the retry mechanisms to retry tests for 3 times before marking them as failed.

mfaisalkhatri commented 2 years ago

This is not required as the flaky tests have been fixed.