Description
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.