TestNG Listener
i try to run a build which runs a testNG task and i get an error:
INFO - nt.runner.GenericProgramRunner - Cannot load class from file: wf.auto_testing.TestListener,jetbrains.buildServer.testng.TestNGLogger
in testNG you should concat listeners by ; or a space and by the log i see youare adding with , which doesn't work
also when using testng 4.7 listener is not supported...
Please sign in to leave a comment.
Thanks! Will be fixed in the next eap
--
Olesya Smirnova
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Aviram Segal" <no_reply@jetbrains.com> wrote in message
news:29764549.1161075255277.JavaMail.itn@is.intellij.net...
>i try to run a build which runs a testNG task and i get an error:
>