<< Back to previous view |
![]() |
[QB-3455] [Urgent] We're looking for how to make users see the build results of sub nodes in the parent node at a glance
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 9.0.22 |
Fix Version/s: | None |
Type: | Task | Priority: | Major |
Reporter: | Yoongeon Lee | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
File Attachments: |
![]() ![]() ![]() ![]() |
Description |
Hi,
We recently upgraded qbuild to 9.0.22, and we're looking for how to make users see the test results of sub nodes in the parent node at a glance First of all, please look at the screenshot( view_result_0.png ). The Verification node has 12 subnodes as you can see. We would like to change the column so that user can see 12 build results under the Verification node at a glance. How can I do that? Can I put the results instead of 'No Builds"? Is there any idea for the challenge? Second, please look at the two screenshots ( click_Verification_Node_in_Treeview.png.png, click_Verification_Node_in_Treeview1.png ). I would like to show the build results of the sub nodes of Verification node when user click on the Verification Node in Tree viewer. How can I add the results to Summary? W're not sure what to do. Please find proper solution. |
Comments |
Comment by Robin Shen [ 13/Oct/19 11:24 PM ] |
You may consider making the verification node depending on all its child nodes (via QuickBuild repository) to retrieve necessary test result files, and then add a step to publish those files. |