You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a ITestNGListenerFactory implementation is registered via @Listeners annotation, ITestNGListenerFactory#createListener should be invoked before any @Test annotated methods are invoked.
Actual behavior
ITestNGListenerFactory#createListener is never invoked.
It is not possible for me to add custom parameters and/or properties as the TestNG tests are part of a larger system. I will stay on version 7.8.0 until the issue has been addressed. Thanks!
TestNG Version
7.10.2
Worked as expected in 7.8.0
Expected behavior
When a ITestNGListenerFactory implementation is registered via
@Listeners
annotation, ITestNGListenerFactory#createListener should be invoked before any@Test
annotated methods are invoked.Actual behavior
ITestNGListenerFactory#createListener is never invoked.
Is the issue reproducible on runner?
Test case sample
Contribution guidelines
Incase you plan to raise a pull request to fix this issue, please make sure you refer our Contributing section for detailed set of steps.
The text was updated successfully, but these errors were encountered: