TestNG support missing from 7104?
I read in an early message that TestNG is built into Idea now and that I should remove the old plugin because it would cause issues. I removed the plugin, but I still don't get the testNG options that are specified in the 7104 help system. Multiple of my modules (which was imported from maven) has testNG 5.1-jdk15 jar as a module library. can someone help me out here since testNG support is critical to us.
Please sign in to leave a comment.
03.08.07 ? 04:51 Charles Canning ? ????? ?????? ?????(?):
TestNG works OK in 7104. You do not need to add testNG libraries directly
to module libraries.
Just create new Run configuration with testNG and select ur test classes
to run them.
Also you need to set up test source folder in module content roots.
Hello,
Could you please check PluginManager whether TestNG plugin is installed and
enabled.
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Thanks, I deleted the testNG plugin because i thought it was the old one. With 7111 and the testng plugn, my tests just work. I don't need to create a config. Thanks. Oh yeah, I am really happy with the native test NG support in idea.