Enjoy.
Note: The plugin is compiled under JDK 1.5, and includes only the JDK 1.5 version of TestNG.
Cool... Now that you've got that working, want to take over the Ivy plugin?
;-)
This is fantastic. I've been debating writing a plugin for TestNG since
that was one thing I've really missed from JUnit. But since you guys have
already gotten most of it done, I won't bother. Is there a (public?) repo
I can look at to play with the plugin should I find a bug? Or is it
already part of the TestNG repo?
Hey Justin, thanks for the comments. There is a sort-of public subversion
repository, but due to other reasons it's not really "public" yet, so I
guess not really ;p
OK. Will do. I'm already on that list so I'll just watch there.
I am using ItelliJ 5.0 + jdk1.4.2 + latest testng-J plugin(0.1.12). I can't
get it working at all. I use one testng test class Test1 under 1.4 and it's
parent class BaseTest, Modify original Assert to use Testng's Assert and
got them compiled under jdk1.4.2. Now I went to IntelliJ "Edit
configuration" and found TestNg tab and I add new testng entry with right
class. I didn't bother to fill other option like test runner parameter and
test parameters tab. It is by default in test class selected. I then apply
the change and clicked to run this test. I got error:
Can somebody help me to figure it out? Thanks.
===================================