Skip Navigation LinksHome Page > Forums > SpiraTest Forums > SpiraTest Issues & Questi... > Selenium RC not passing t...
You need to make sure that you have included the SpiraTest listener Java class as a listener in the TestNG configuration.
If you need help on doing that, send us a help desk ticket.
Regards
Adam
For those having the same problem, here was the solution
Thanks for sending the XML file, it does not include the necessary listener.As described in (http://testng.org/doc/documentation-main.html#listeners-testng-xml) please add the following to the XML file:
Thanks for sending the XML file, it does not include the necessary listener.
As described in (http://testng.org/doc/documentation-main.html#listeners-testng-xml) please add the following to the XML file:
<listeners> <listener class-name="com.inflectra.spiratest.addons.testnglistener.SpiraTestListener" /> </listeners>
And if you have any questions, please email or call us at +1 (202) 558-6885