August 06, 2004New 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 linuxI have also added new Javadocs and more code excerpts to the documentation. For all the details, please refer to the TestNG main page. Comments
Post a comment
|