I am using gradle to build my automation framework which is build on java and selenium. I was facing issue with the failed testcases and was trying to implement a retry method to run only the faild test cases.
Expectation- wish to retry the test o ly after the 1st execution completes a all faild test will execute at once to generate saprate report
Currently I am using retryAnalyzer to run the test but in the report I am getting all the retry tests.