August 06, 2004

New TestNG, now with groups of groups!

I have just released TestNG 0.9.  Among the new features, the most interesting one is "groups of groups".  I'll quote the documentation directly:

Groups can also include other groups.  For example, you might want to define a group "all" that includes "checkintest" and "functest".  "functest" itself will contain the groups "windows" and "linux" while "checkintest will only contain "windows".  Here is how you would define this in your property file:

testng.group.functest = windows linux
testng.group.checkintest = windows
testng.group.all = functest checkintest

testng.includedGroups = all
I have also added new Javadocs and more code excerpts to the documentation.  For all the details, please refer to the TestNG main page.

Posted by cedric at August 6, 2004 01:16 PM

Comments
Post a comment






Remember personal info?