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

Record app_path in Junit Reports (RDT-1098) #332

Open
hfudev opened this issue Jan 17, 2025 · 0 comments
Open

Record app_path in Junit Reports (RDT-1098) #332

hfudev opened this issue Jan 17, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hfudev
Copy link
Member

hfudev commented Jan 17, 2025

terms:

  • main junit report -> the junit file generated by --junitxml
  • dut junit reports -> the junit files generated for multi-dut tests dut-0.xml, dut-1.xml, ...

For single-dut test cases, we shall record the app_path into the main junit report

For multi-dut test cases, we shall first record them correctly into their own dut junit reports, then use the JunitMerger to copy those to the main junit report. For example,

  • dut[0].app_path -> app_path[0] -> dut-0.xml
  • dut[1].app_path -> app_path[1] -> dut-1.xml

for app_path, it's better to use relative path to the pytest rootdir.

@hfudev hfudev added the enhancement New feature or request label Jan 17, 2025
@github-actions github-actions bot changed the title Record app_path in Junit Reports Record app_path in Junit Reports (RDT-1098) Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants