Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Report] Dependency tree does not shown dependsOnGroup methods #72

Closed
martingrossmann opened this issue Jun 17, 2021 · 2 comments · Fixed by #325
Closed

[Report] Dependency tree does not shown dependsOnGroup methods #72

martingrossmann opened this issue Jun 17, 2021 · 2 comments · Fixed by #325
Assignees
Labels
bug Something isn't working ReportNG Bugs and enhancements concerning Testerra ReportNG

Comments

@martingrossmann
Copy link
Contributor

martingrossmann commented Jun 17, 2021

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

@Test(groups = "myGroup")
public void test01() {
}

@Test(dependsOnGroups = "myGroup")
public void test02() {
}

In report the dependency tree of test02 does not contain the method test01.

Environment(please complete the following information):

  • Testerra 1.3
@martingrossmann martingrossmann added the bug Something isn't working label Jun 17, 2021
@martingrossmann martingrossmann self-assigned this Jun 17, 2021
@mreiche
Copy link
Collaborator

mreiche commented Nov 29, 2021

May be related to #177

@martingrossmann
Copy link
Contributor Author

Not really. This bug describes the visualization in the report. Here I asume the TestNG config is fine but Testerra cannot show all dependencies.

@martingrossmann martingrossmann added the ReportNG Bugs and enhancements concerning Testerra ReportNG label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ReportNG Bugs and enhancements concerning Testerra ReportNG
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants