Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.18.1
-
None
-
None
Description
I have testng tests with retry analizer the way it's described here:
http://seleniumeasy.com/testng-tutorials/execute-only-failed-test-cases-using-iretryanalyzer
I also have a test listener which adjusts final test results respecting retrials the way it's described here:
http://stackoverflow.com/a/18374673/331212
Maven surfire plugin fails anyway since it has its own test listener which maintains its own counters and disregards final results.