You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The dependecy tree in method details shows dependened test and setup methods. The dependency of test methods can done with TestNG attributes dependsOnMethod and dependsOnGroup.
In case of dependsOnGroup the methods are missing in the tree.
To Reproduce
Two test methods are linked via dependsOnGroup
Describe the bug
The dependecy tree in method details shows dependened test and setup methods. The dependency of test methods can done with TestNG attributes
dependsOnMethod
anddependsOnGroup
.In case of
dependsOnGroup
the methods are missing in the tree.To Reproduce
Two test methods are linked via
dependsOnGroup
In report the dependency tree of
test02
does not contain the methodtest01
.Environment(please complete the following information):
The text was updated successfully, but these errors were encountered: