action #70648
closedShow serial tests in a more feasible way
Description
Currently tests using the serial terminal look like this on the openQA webUI: https://openqa.opensuse.org/tests/1373824#step/timezone/3
This is not very helpful as an icon needs to be selected and then only a single command output is visable.
It might be possible to view the complete serial logfile of the test but then you loose track of which test module starts where as well as the context of record_info
output.
The visualisation of external testsuites (like https://openqa.opensuse.org/tests/1373824#step/pam_sh/4) would provide a better way of displaying this output.
Optionally the command and the output of that command (that are currently part of separate results) each could be combined into one result element for both.
A little challange might be to view existing record_info
s (which should be easily distinguishable from serial commands) and tests that have a single screenshot within a serial test (https://openqa.opensuse.org/tests/1373824#step/journalctl/15)