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
In version 1.0.0 test results are presented in a table. Here's an example:
The table representation is good and allows to sort the result. For each column (test status, suitepath/description, runtime). This representation should be kept.
However, an additional hierarchical representation would be optimal to vizualize the tree structure. Something like this:
The icon of a test could be replaced by the test status (success, failure, error, disabled) after completion. During execution the icon could be set to "progress". The same way as in the table representation. The runtime could be added at the end of the suitpath/description in square brackets, similar to the documentation reporter (e.g. [0.042 s]).
Indicators for warning and info will not be included in the tree view. Sorting is also not possible. If this is wanted then switching back to the table representation is the way to go.
The tree should be fully expanded by default.
Synchronization with detail tabs should work the same way as for the table representation.
The default view should be configurable in the utPLSQL preferences. Additionally switching view should be possible anytime within the utPLSQL realtime reporter, e.g. via context menu (kind of radio button logic).
The configuration to show suitepath or description should apply in the tree view as well.
The text was updated successfully, but these errors were encountered:
Columns in table and tree-table are shown in the same order.
This means the warning and info indicators are shown now before
the execution time column.
All features that were available for the table-view are also available
in the tree-table-view with one exception: It is not possible to sort a
tree-table. Therefore sorting is disabled for the tree-table-view.
Beside that, all features that are available in the context-menu
work. Selection multiple nodes is supported as well.
In version 1.0.0 test results are presented in a table. Here's an example:
The table representation is good and allows to sort the result. For each column (test status, suitepath/description, runtime). This representation should be kept.
However, an additional hierarchical representation would be optimal to vizualize the tree structure. Something like this:
The icon of a test could be replaced by the test status (success, failure, error, disabled) after completion. During execution the icon could be set to "progress". The same way as in the table representation. The runtime could be added at the end of the suitpath/description in square brackets, similar to the documentation reporter (e.g.
[0.042 s]
).Indicators for warning and info will not be included in the tree view. Sorting is also not possible. If this is wanted then switching back to the table representation is the way to go.
The tree should be fully expanded by default.
Synchronization with detail tabs should work the same way as for the table representation.
The default view should be configurable in the utPLSQL preferences. Additionally switching view should be possible anytime within the utPLSQL realtime reporter, e.g. via context menu (kind of radio button logic).
The configuration to show suitepath or description should apply in the tree view as well.
The text was updated successfully, but these errors were encountered: