What steps will reproduce the problem?
1. Declare a base Test class which belongs to group "init"
2. Extends BaseClass by Class2, and annotation is @Test(dependsOnGroups =
{"init.*"})
3. Run Class2, Eclipse gives warning "group dependency is skip due to plug
in limitation."
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Eclipse3.3.0, TestNG5.7
Please provide any additional information below.
Detailed step to reproduce the issue can be found at
http://beust.com/weblog/archives/000170.html