-
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
ListenerComparator doesn't work #3117
Comments
Closes testng-team#3117 The listener comparator was NOT getting wired in when specified as a property in maven surefire plugin.
@SergiyBelevitnevSFLY - Thank you so much for filing this issue. This was a miss in the feature implementation. I have raised a PR for fixing this. |
Closes #3117 The listener comparator was NOT getting wired in when specified as a property in maven surefire plugin.
@SergiyBelevitnevSFLY - This is now fixed and released as part of TestNG |
@missedone - I had to release TestNG |
I have checked the code against TestNG v7.10.2 and can confirm that the issue has been resolved. I am grateful for the feature delivery! |
TestNG Version
7.10.1
Expected behavior
ListenerComparator should order listeners
Actual behavior
ListenerComparator doesn't order listeners
Test case sample
Contribution guidelines
I tried many combinations but had no success. Listeners still are starting without any order
The text was updated successfully, but these errors were encountered: